Making changes for cloudflare

This commit is contained in:
Kasper Rynning-Tønnesen
2015-09-09 12:49:35 +02:00
parent 9c0f5b4cf4
commit 4205c1261c
5 changed files with 5 additions and 5 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+':3000', connection_options);
socket.on("get_list", function(){
socket.emit('list', chan.toLowerCase());
});