Update main.js

This commit is contained in:
Kasper Rynning-Tønnesen
2019-04-23 16:01:52 +02:00
committed by GitHub
parent 702c585bb8
commit a5174c9b92

View File

@@ -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 = {};