mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
use port 8880 for cloudflare compability maybe
This commit is contained in:
@@ -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());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user