Making changes for cloudflare

This commit is contained in:
Kasper Rynning-Tønnesen
2015-09-09 12:16:03 +02:00
parent 5ee78d79fc
commit eec5cfd531
5 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('//'+window.location.hostname+':3000', connection_options);
var socket = io.connect('https://'+window.location.hostname+':2083', connection_options);
socket.on("get_list", function(){
socket.emit('list', chan.toLowerCase());
});