mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +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,
|
||||
'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 dynamicListeners = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user