client/annotviz/app/annotsvizview.html
changeset 117 c0034b35c44e
parent 113 7531e4180915
child 119 e6605fecb175
child 121 df6b39f962bc
equal deleted inserted replaced
114:9fcb0e0991ed 117:c0034b35c44e
    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 	    }