equal
deleted
inserted
replaced
69 |
69 |
70 |
70 |
71 |
71 |
72 var pianorollChannel = 'PIANOROLL'; |
72 var pianorollChannel = 'PIANOROLL'; |
73 var annotationChannel = 'ANNOT'; |
73 var annotationChannel = 'ANNOT'; |
74 var eventCode = 'test2'; |
74 var eventCode = 'test_1'; |
75 getAnnotCategories(eventCode, "http://127.0.0.1:8080"); |
75 getAnnotCategories(eventCode, "http://127.0.0.1:8080"); |
76 var wsUri; |
76 var wsUri; |
77 if (window.location.protocol === 'file:') { |
77 if (window.location.protocol === 'file:') { |
78 wsUri = 'ws://172.16.0.20:8090/broadcast'; |
78 wsUri = 'ws://172.16.0.20:8090/broadcast'; |
79 } |
79 } |