From b73d70cc667a80d9e5e365645bd600fc5a6c87a7 Mon Sep 17 00:00:00 2001 From: Patrick Tang Date: Tue, 31 Oct 2023 03:08:20 -0700 Subject: [PATCH] Add time for warning message --- step-web/src/main/webapp/js/search_selection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-web/src/main/webapp/js/search_selection.js b/step-web/src/main/webapp/js/search_selection.js index 01dfed5199..89b53be9b1 100644 --- a/step-web/src/main/webapp/js/search_selection.js +++ b/step-web/src/main/webapp/js/search_selection.js @@ -1202,7 +1202,7 @@ step.searchSelect = { $('#warningMessage').text('Search for extremely common words might not be found in Fuzzy, Greek and Hebrew searches.'); setTimeout(function(){ $('#warningMessage').text(''); - }, 3000); + }, 5000); } else if ($('#warningMessage').html().indexOf("common word") > -1) $('#warningMessage').text('');