mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Update embed.js
This commit is contained in:
committed by
GitHub
parent
72cfbe26c1
commit
e59f332689
@@ -150,7 +150,7 @@ window.addEventListener("load", function() {
|
|||||||
add = "https://zoff.me";
|
add = "https://zoff.me";
|
||||||
//if(window.location.hostname == "localhost") add = "localhost";
|
//if(window.location.hostname == "localhost") add = "localhost";
|
||||||
//add = "localhost";
|
//add = "localhost";
|
||||||
socket = io.connect(''+add+':8080', connection_options);
|
socket = io.connect(''+add, connection_options);
|
||||||
|
|
||||||
if(localmode) {
|
if(localmode) {
|
||||||
change_offline(true, false);
|
change_offline(true, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user