From a1cee867ca731f375fa16b58975d8975860373cc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 4 Jun 2018 12:51:34 +0200 Subject: [PATCH] Deactivate video.js for now --- telemeta/templates/telemeta/mediaitem_detail.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/telemeta/templates/telemeta/mediaitem_detail.html b/telemeta/templates/telemeta/mediaitem_detail.html index 42b3660b..6a280094 100644 --- a/telemeta/templates/telemeta/mediaitem_detail.html +++ b/telemeta/templates/telemeta/mediaitem_detail.html @@ -82,8 +82,10 @@ {% if "video" in mime_type %} - - + {% comment %} + + + {% endcomment %} {% endif %} {% endif %} -- 2.39.5