]> git.parisson.com Git - telemeta.git/commitdiff
Deactivate video.js for now
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 4 Jun 2018 10:51:34 +0000 (12:51 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 4 Jun 2018 10:52:07 +0000 (12:52 +0200)
telemeta/templates/telemeta/mediaitem_detail.html

index 42b3660b25e4d389a7b05da5416f00c978483d57..6a2800941f28ef1de71d5af5d6046f6e54fba819 100644 (file)
 </script>
 
 {% if "video" in mime_type %}
-<script src="{{ STATIC_URL }}video-js/video.min.js" ></script>
-<link href="{{ STATIC_URL }}video-js/video-js.min.css" rel="stylesheet">
+    {% comment %}
+        <script src="{{ STATIC_URL }}video-js/video.min.js" ></script>
+        <link href="{{ STATIC_URL }}video-js/video-js.min.css" rel="stylesheet">
+    {% endcomment %}
 {% endif %}
 
 {% endif %}