socket io origin.
This commit is contained in:
parent
cdf4d662c3
commit
1f22f64b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ if (http_confirm == "http") {
|
||||||
window.location.replace("https://" + location.host);
|
window.location.replace("https://" + location.host);
|
||||||
}
|
}
|
||||||
|
|
||||||
var socket = io("https://dianaband-paradezzz.glitch.me/");
|
var socket = io(location.host);
|
||||||
var n = 0;
|
var n = 0;
|
||||||
var fr = 20;
|
var fr = 20;
|
||||||
var arr = [];
|
var arr = [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue