Update channel.js

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

View File

@@ -177,7 +177,7 @@ var Channel = {
if(socket === undefined){
no_socket = false;
socket = io.connect(''+add+':8080', connection_options);
socket = io.connect(''+add, connection_options);
socket.on('update_required', function(msg) {
if(window.location.hostname == "localhost") {
console.error(msg);