From fe84992b9887ec70d0bf0c739c7ca842f708cbf1 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sat, 21 May 2022 07:44:10 -0400 Subject: [PATCH] Update overview.php --- scripts/overview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/overview.php b/scripts/overview.php index 7ca08ef..bd5516e 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -239,7 +239,7 @@ function loadDetectionIfNewExists(previous_detection_identifier=undefined) { const xhttp = new XMLHttpRequest(); xhttp.onload = function() { // if there's a new detection that needs to be updated to the page - if(this.responseText.length > 0 && !this.responseText.includes("Database is busy.")) { + if(this.responseText.length > 0 && !this.responseText.includes("Database is busy")) { document.getElementById("most_recent_detection").innerHTML = this.responseText; // only going to load left chart if there's a new detection