]> git.parisson.com Git - telemeta.git/commitdiff
Use local compiled video.js files
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 4 Jun 2018 10:47:59 +0000 (12:47 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 4 Jun 2018 10:47:59 +0000 (12:47 +0200)
telemeta/templates/telemeta/mediaitem_detail.html

index a4ea8515e83fc95ac2c69d68ad5184cbb39de63f..42b3660b25e4d389a7b05da5416f00c978483d57 100644 (file)
@@ -82,8 +82,8 @@
 </script>
 
 {% if "video" in mime_type %}
-<script src="{{ STATIC_URL }}video.js/dist/video.min.js" ></script>
-<link href="{{ STATIC_URL }}video.js/dist/video-js.min.css" rel="stylesheet">
+<script src="{{ STATIC_URL }}video-js/video.min.js" ></script>
+<link href="{{ STATIC_URL }}video-js/video-js.min.css" rel="stylesheet">
 {% endif %}
 
 {% endif %}