Skip to content

Commit

Permalink
General fixes
Browse files Browse the repository at this point in the history
+Removed the timer that triggered the automation file (it was just for
testing purposes), Automation.php will be now called once for page
refresh
  • Loading branch information
iopietro committed May 23, 2018
1 parent fca22ac commit 989296d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script src="mt-core.js?0faab" type="text/javascript"></script>
<script src="mt-more.js?0faab" type="text/javascript"></script>
<script src="unx.js?f4b7i" type="text/javascript"></script>
<script src="unx.js?f4b7j" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
Expand Down
2 changes: 1 addition & 1 deletion unx.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');}
Expand Down

0 comments on commit 989296d

Please sign in to comment.