From bec6546de87be23c16e346c69ec418362b706b86 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 4 Jun 2021 16:17:33 -0400 Subject: [PATCH] LP#1929136: (follow-up) reduce bounce time to 500ms During testing, 500ms was enough to avoid excessive PCRUD calls while still keeping the interface's display of duplicate or missing barcode warnings responsive. Signed-off-by: Galen Charlton --- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js index ac6a7b8098..3a479b7069 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js @@ -524,7 +524,7 @@ function(egCore , $q) { '
'+ ''+ '
{{duplicate_barcode_string}}
'+ '
{{empty_barcode_string}}
'+ -- 2.11.0