aboutsummaryrefslogtreecommitdiff
path: root/assets/js/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/search.js')
-rw-r--r--assets/js/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/search.js b/assets/js/search.js
index ebf46cb..8dc95cb 100644
--- a/assets/js/search.js
+++ b/assets/js/search.js
@@ -4,7 +4,7 @@ function instantSearch() {
4 if (strokeTimeout) { 4 if (strokeTimeout) {
5 clearTimeout(strokeTimeout); 5 clearTimeout(strokeTimeout);
6 } 6 }
7 strokeTimeout = setTimeout(doSearch, 150, value); 7 strokeTimeout = setTimeout(doSearch, 150);
8} 8}
9 9
10function doSearch() { 10function doSearch() {