mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed preferred connectiontype
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -37,8 +37,7 @@ var began = false;
|
|||||||
var id;
|
var id;
|
||||||
|
|
||||||
var connection_options = {
|
var connection_options = {
|
||||||
'sync disconnect on unload':true,
|
'sync disconnect on unload':true
|
||||||
transports: ['websocket', 'xhr-polling', 'polling', 'htmlfile', 'flashsocket']
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var socket = io.connect('//'+window.location.hostname+':3000', connection_options);
|
var socket = io.connect('//'+window.location.hostname+':3000', connection_options);
|
||||||
|
|||||||
Reference in New Issue
Block a user