diff options
author | jan <jan@ruken.pw> | 2015-12-30 14:22:26 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-30 14:22:26 (UTC) |
commit | 836099557e2327813668d50d5abb73ac43ad212d (patch) | |
tree | 69607dbdd8ba470c000883a6e2d51c4c22416aca /assets/js | |
parent | 05e0c7d20701640e16db361fb66fc2bc0b85276e (diff) |
jetzt auch ohne JS fehler.
Diffstat (limited to 'assets/js')
-rw-r--r-- | assets/js/search.js | 2 |
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 | ||
10 | function doSearch() { | 10 | function doSearch() { |