]> git.parisson.com Git - timeside.git/commitdiff
don't load Telemeta files
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 28 Apr 2014 23:05:37 +0000 (01:05 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 28 Apr 2014 23:05:37 +0000 (01:05 +0200)
timeside/server/templates/timeside/base.html

index 372c79f505bf1442acdbe41dd0e45e2d2f29bd15..c7fe18f288f9ad66f64fc9f3bdb51075d31dc453 100644 (file)
@@ -16,8 +16,6 @@
 {% block javascript %}
     <script src="{{ STATIC_URL }}timeside/js/libs/soundmanager2-nodebug-jsmin.js" type="text/javascript"></script>
     <script src="{{ STATIC_URL }}timeside/js/timeside.js" type="text/javascript"></script>
-    <script src="{{ STATIC_URL }}telemeta/js/playerLoader.js" type="text/javascript"></script>
-    <script src="{{ STATIC_URL }}telemeta/js/divmarker.js" type="text/javascript"></script>
 {% endblock %}
 
 {% block extra_javascript %}{% endblock %}