From 6b35cdff9b06335313c6ab08c8b126531fe6ff03 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Mon, 13 Jun 2022 07:45:38 -0400 Subject: [PATCH] Faster + more efficient overview --- scripts/overview.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/overview.php b/scripts/overview.php index ef04455..a4ee875 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -353,9 +353,7 @@ function loadFiveMostRecentDetections() { xhttp.send(); } window.addEventListener("load", function(){ - loadFiveMostRecentDetections(); loadDetectionIfNewExists(); - loadLeftChart(); }); // every $refresh seconds, this loop will run and refresh the spectrogram image