From 836099557e2327813668d50d5abb73ac43ad212d Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 30 Dec 2015 15:22:26 +0100 Subject: jetzt auch ohne JS fehler. 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() { if (strokeTimeout) { clearTimeout(strokeTimeout); } - strokeTimeout = setTimeout(doSearch, 150, value); + strokeTimeout = setTimeout(doSearch, 150); } function doSearch() { -- cgit v0.10.1