Skip to content

Commit

Permalink
Add time for warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Oct 31, 2023
1 parent 1420fbc commit b73d70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/js/search_selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('');
Expand Down

0 comments on commit b73d70c

Please sign in to comment.