From 53b5ad6868922721a1483d73a54b6a1dc721e8f2 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:23:20 -0500 Subject: [PATCH] Update todays_detections.php --- scripts/todays_detections.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/todays_detections.php b/scripts/todays_detections.php index 280c5c4..04c5c27 100644 --- a/scripts/todays_detections.php +++ b/scripts/todays_detections.php @@ -409,6 +409,7 @@ document.getElementById("searchterm").onkeydown = (function(e) { searchDetections(document.getElementById("searchterm").value); document.getElementById("searchterm").blur(); } else { + /* clearTimeout(timer); timer = setTimeout(function() { searchDetections(document.getElementById("searchterm").value); @@ -418,6 +419,7 @@ document.getElementById("searchterm").onkeydown = (function(e) { document.getElementById("searchterm").blur(); }, 2000); }, 1000); + */ } });