annot-server/webapp/templates/pianoroll.html
changeset 42 926f0426ce78
parent 28 6025b8470d18
child 46 7cff1f0a6882
--- a/annot-server/webapp/templates/pianoroll.html	Fri Oct 17 17:54:06 2014 +0200
+++ b/annot-server/webapp/templates/pianoroll.html	Sun Oct 19 12:52:38 2014 +0200
@@ -21,7 +21,7 @@
     <div id="canvasContainer"></div>
     <p><a href="#" onclick="clearInterval(moveInterval); clearInterval(verticalLinesInterval); return false;">stop intervals</a> - temps écoulé : <span id="myspan"></span></p>
     <pre id="log"></pre>
-    <script src="/static/js/pixi.js"></script>
-    <script src="/static/js/pianoroll.js"></script>
+    <script src="{{ config['STATIC_URL'] }}js/pixi.js"></script>
+    <script src="{{ config['STATIC_URL'] }}js/pianoroll.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>