This commit is contained in:
Nicolas A. Tonne
2015-09-09 16:55:47 +02:00
parent c8515d9753
commit 4bfb7abcc1
6 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ var connection_options = {
'sync disconnect on unload':true
};
var socket = io.connect('http://'+window.location.hostname+'8880', connection_options);
var socket = io.connect('http://'+window.location.hostname+':8880', connection_options);
socket.on("get_list", function(){
socket.emit('list', chan.toLowerCase());
});