Update embed.js

This commit is contained in:
Kasper Rynning-Tønnesen
2019-04-23 16:01:39 +02:00
committed by GitHub
parent 72cfbe26c1
commit e59f332689

View File

@@ -150,7 +150,7 @@ window.addEventListener("load", function() {
add = "https://zoff.me";
//if(window.location.hostname == "localhost") add = "localhost";
//add = "localhost";
socket = io.connect(''+add+':8080', connection_options);
socket = io.connect(''+add, connection_options);
if(localmode) {
change_offline(true, false);