diff --git a/scripts/overview.php b/scripts/overview.php
index 86e14c2..e434795 100644
--- a/scripts/overview.php
+++ b/scripts/overview.php
@@ -261,6 +261,10 @@ body::-webkit-scrollbar {
";
@@ -332,7 +336,7 @@ window.setInterval(function(){
// image or audio didn't load for some reason, force a refresh in 5 seconds
loadDetectionIfNewExists();
}
-}, *1000);
+}, *1000);
function loadFiveMostRecentDetections() {
const xhttp = new XMLHttpRequest();