Update todays_detections.php

This commit is contained in:
ehpersonal38
2022-05-23 18:37:37 -04:00
parent 87f34b494b
commit bf46a174fc
+1 -1
View File
@@ -247,7 +247,7 @@ document.getElementById("searchterm").onkeydown = (function(e) {
});
function switchViews(element) {
document.getElementById("detections_table").innerHTML = "";
document.getElementById("detections_table").innerHTML = "<h3>Loading <?php echo $todaycount['COUNT(*)']; ?> detections...</h3>";
if(element.innerHTML == "Legacy view") {
element.innerHTML = "Normal view";
loadDetections(undefined);