aboutsummaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2015-12-30 14:22:26 (UTC)
committerjan <jan@ruken.pw>2015-12-30 14:22:26 (UTC)
commit836099557e2327813668d50d5abb73ac43ad212d (patch)
tree69607dbdd8ba470c000883a6e2d51c4c22416aca /assets/js
parent05e0c7d20701640e16db361fb66fc2bc0b85276e (diff)
jetzt auch ohne JS fehler.
Diffstat (limited to 'assets/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() {