# HG changeset patch # User ymh # Date 1421159240 -3600 # Node ID 9611905b58fe39ef6c27ca125914d70af2707146 # Parent e944c017b8c85e4ad19e35b6b9472c7cc8a2de6f correct code generation + index.html + time display diff -r e944c017b8c8 -r 9611905b58fe client/annotviz/app/index.html --- 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 @@ Piano Roll - + @@ -22,14 +22,14 @@ - temps écoulé :


-    
+    
     
-    
+    
     
 
 
diff -r e944c017b8c8 -r 9611905b58fe client/annotviz/app/js/main.js
--- a/client/annotviz/app/js/main.js	Tue Jan 13 14:03:31 2015 +0100
+++ b/client/annotviz/app/js/main.js	Tue Jan 13 15:27:20 2015 +0100
@@ -106,7 +106,7 @@
 }
 
 function addLine(){
-    ts = new Date();
+    var ts = new Date();
     for(var i=0;i