diff -r 119b6193c493 -r d3066fa80a81 client/annotviz/app/annotstimeline.html --- a/client/annotviz/app/annotstimeline.html Fri Jan 23 09:58:21 2015 +0100 +++ b/client/annotviz/app/annotstimeline.html Fri Jan 23 10:09:59 2015 +0100 @@ -29,7 +29,6 @@ var annotationChannel = 'ANNOT'; var eventCode = 'atelier2'; - var eventCodeSessionDay1 = 'atelier2_jour2'; var wsUri; if (window.location.protocol === 'file:') { wsUri = 'ws://127.0.0.1:8090/broadcast'; @@ -84,7 +83,6 @@ circleX:500, circleY:450, eventCode: eventCode, - eventCodeSessionDay1: eventCodeSessionDay1, channel: annotationChannel, annotCategories: annotCategories });