mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-13 06:36:58 -04:00
FE: increase filter debounce to 750ms #1254
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
1 parent
2a2782b4c7
commit
512dedff4e
1 file changed
+1
-1
+1
-1
@@ -990,7 +990,7 @@ function initializeDatatable (status) {
|
||||
|
||||
// search only after idle
|
||||
var typingTimer; // Timer identifier
|
||||
var debounceTime = 500; // Delay in milliseconds
|
||||
var debounceTime = 750; // Delay in milliseconds
|
||||
|
||||
$('input[aria-controls="tableDevices"]').off().on('keyup', function () {
|
||||
clearTimeout(typingTimer); // Clear the previous timer
|
||||
|
||||
Reference in new issue
Block a user