diff --git a/homepage/views.php b/homepage/views.php index 456d63e..ae02933 100644 --- a/homepage/views.php +++ b/homepage/views.php @@ -387,8 +387,7 @@ function getTheDate(increment) { mm = d.getMonth() + 1; if (mm < 10) mm = "0" + mm; dd = d.getDate(); if (dd < 10) dd = "0" + dd; - swipeSpinner=document.getElementById("SwipeSpinner"); - swipeSpinner.setAttribute("src","images/spinner.gif"); + document.getElementById("SwipeSpinner").hidden = false; window.location = "/views.php?date="+yyyy+"-"+mm+"-"+dd+"&view=Daily+Charts"; } diff --git a/scripts/history.php b/scripts/history.php index f4288da..48455ba 100644 --- a/scripts/history.php +++ b/scripts/history.php @@ -139,7 +139,7 @@ function submitID() { Total Detections For The Day - +

?>