diff --git a/scripts/todays_detections.php b/scripts/todays_detections.php index 0eaaf3f..35216a7 100644 --- a/scripts/todays_detections.php +++ b/scripts/todays_detections.php @@ -247,7 +247,7 @@ document.getElementById("searchterm").onkeydown = (function(e) { }); function switchViews(element) { - document.getElementById("detections_table").innerHTML = ""; + document.getElementById("detections_table").innerHTML = "

Loading detections...

"; if(element.innerHTML == "Legacy view") { element.innerHTML = "Normal view"; loadDetections(undefined);