Skip to content

Commit

Permalink
Merge pull request #6 from stevetoza/patch-1
Browse files Browse the repository at this point in the history
Update index.php
  • Loading branch information
nerdbaggy committed Nov 5, 2014
2 parents cc344c2 + c9efffd commit 791ade8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function update() {
var ts = temp[0].split(":");
$timer.html(ts[1]+":"+ts[2]);
if((ts[1]==="00") &&(ts[2]==="00")){
$("#reload").load("includes/checks.php");
$("#reload").load("StatusPage/Ajax.php");
$timer.html("<?php echo $pagerefreshtime?>");
setTimeout(update, 1000);
}
Expand All @@ -103,4 +103,4 @@ function update() {
});
</script>
</body>
</html>
</html>

0 comments on commit 791ade8

Please sign in to comment.