mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Update main.js
This commit is contained in:
committed by
GitHub
parent
702c585bb8
commit
a5174c9b92
@@ -3,7 +3,7 @@ var connection_options = {
|
|||||||
'secure': true,
|
'secure': true,
|
||||||
'force new connection': true
|
'force new connection': true
|
||||||
};
|
};
|
||||||
var socket = io.connect(window.location.protocol + '//' + window.location.hostname + ':8080', connection_options);
|
var socket = io.connect(window.location.protocol + '//' + window.location.hostname, connection_options);
|
||||||
var api_token_list;
|
var api_token_list;
|
||||||
var dynamicListeners = {};
|
var dynamicListeners = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user