client/annotviz/app/annotstimeline.html
changeset 133 12f782a13fa2
parent 124 b5697bcdbaff
child 135 d3066fa80a81
--- a/client/annotviz/app/annotstimeline.html	Fri Jan 23 01:00:00 2015 +0100
+++ b/client/annotviz/app/annotstimeline.html	Fri Jan 23 09:57:03 2015 +0100
@@ -28,7 +28,8 @@
     <script>
 
         var annotationChannel = 'ANNOT';
-        var eventCode = 'test_1';
+        var eventCode = 'atelier2';
+        var eventCodeSessionDay1 = 'atelier2_jour2';
         var wsUri;
         if (window.location.protocol === 'file:') {
             wsUri = 'ws://127.0.0.1:8090/broadcast';
@@ -68,6 +69,7 @@
         var annotstimeline = new annotviz.AnnotsTimeLine({
         	stageView : stageView,
             logger: logger,
+            serverUrl: serverUrl,
             ws: new annotviz.WsWrapper(wsUriAnnotation, logger),
             xInit: 0,
             yInit: 0,
@@ -82,6 +84,7 @@
             circleX:500,
             circleY:450,
             eventCode: eventCode,
+            eventCodeSessionDay1: eventCodeSessionDay1,
             channel: annotationChannel,
             annotCategories: annotCategories
         });