commit: 6fb9eb8e470c31f2a6a3d5fb5f91606479d5ef26
parent: b0665454bac97c786adb551a62a76aa9487f4ba8
Author: Adam Tauber <asciimoo@gmail.com>
Date: Tue, 15 Jul 2014 17:02:58 +0200
[mod] select autocomplete results with mouse click
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/searx/static/default/js/searx.js b/searx/static/default/js/searx.js
@@ -9,7 +9,7 @@ if(searx.autocompleter) {
timeout: 5 // Correct option?
},
'minLength': 4,
- // 'selectMode': 'type-ahead',
+ 'selectMode': false,
cache: true,
delay: 300
});