From 989296d7420c434046544357d1aa57f830630a71 Mon Sep 17 00:00:00 2001 From: iopietro Date: Wed, 23 May 2018 20:08:48 +0200 Subject: [PATCH] General fixes +Removed the timer that triggered the automation file (it was just for testing purposes), Automation.php will be now called once for page refresh --- login.php | 2 +- unx.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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');}