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