Update overview.php
This commit is contained in:
@@ -192,7 +192,7 @@ function loadDetectionIfNewExists(previous_detection_identifier=undefined) {
|
|||||||
const xhttp = new XMLHttpRequest();
|
const xhttp = new XMLHttpRequest();
|
||||||
xhttp.onload = function() {
|
xhttp.onload = function() {
|
||||||
// if there's a new detection that needs to be updated to the page
|
// if there's a new detection that needs to be updated to the page
|
||||||
if(this.responseText.length > 0) {
|
if(this.responseText.length > 0 && !this.responseText.includes("Database is busy.")) {
|
||||||
document.getElementById("most_recent_detection").innerHTML = this.responseText;
|
document.getElementById("most_recent_detection").innerHTML = this.responseText;
|
||||||
|
|
||||||
// only going to load left chart if there's a new detection
|
// only going to load left chart if there's a new detection
|
||||||
|
|||||||
Reference in New Issue
Block a user