This commit is contained in:
Dooho Yi 2020-11-13 01:13:03 +09:00
parent 1f22f64b5d
commit b05dc9f7ed

View file

@ -10,7 +10,8 @@ if (http_confirm == "http") {
window.location.replace("https://" + location.host); window.location.replace("https://" + location.host);
} }
var socket = io(location.host); //var socket = io(location.host);
var socket = io("http://localhost");
var n = 0; var n = 0;
var fr = 20; var fr = 20;
var arr = []; var arr = [];