--- a/client/annotviz/app/index.html Tue Jan 13 14:03:31 2015 +0100
+++ b/client/annotviz/app/index.html Tue Jan 13 15:27:20 2015 +0100
@@ -10,7 +10,7 @@
<title>Piano Roll</title>
<!-- Custom styles for this template -->
- <link href="/css/pianoroll.css" rel="stylesheet">
+ <link href="/css/annotviz.css" rel="stylesheet">
</head>
<body>
@@ -22,14 +22,14 @@
- temps écoulé : <span id="myspan"></span>
</p>
<pre id="log"></pre>
- <script src="/js/libs-pianoroll.js"></script>
+ <script src="/js/libs-annotviz.js"></script>
<script>
var eventCode = "test_1";
</script>
- <script src="/js/pianoroll.js"></script>
+ <script src="/js/annotviz.js"></script>
<script>
- var moveInterval = pianoroll.moveInterval;
- var verticalLinesInterval = pianoroll.verticalLinesInterval;
+ var moveInterval = annotviz.moveInterval;
+ var verticalLinesInterval = annotviz.verticalLinesInterval;
</script>
</body>
</html>