diff --git a/login.php b/login.php index 5800a093..26086b95 100644 --- a/login.php +++ b/login.php @@ -48,7 +48,7 @@ - + diff --git a/unx.js b/unx.js index cbd2eaca..bfa5114c 100644 --- a/unx.js +++ b/unx.js @@ -7,7 +7,7 @@ automation(); function automation() { this.xhttp.open("GET", "GameEngine/Automation.php", true); this.xhttp.send(); - setTimeout(function(){ automation(); }, 1000); + //setTimeout(function(){ automation(); }, 1000); } function gb(){return hb('height');} function ib(){return hb('width');}