use port 8880 for cloudflare compability maybe

This commit is contained in:
Nicolas A. Tonne
2015-09-09 16:53:31 +02:00
parent 45e390304b
commit c8515d9753
7 changed files with 7 additions and 7 deletions

View File

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