summaryrefslogtreecommitdiff
path: root/searx/static
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-07-15 17:02:58 +0200
committerAdam Tauber <asciimoo@gmail.com>2014-07-15 17:02:58 +0200
commit6fb9eb8e470c31f2a6a3d5fb5f91606479d5ef26 (patch)
treec4caa2d9363fd0672d807770c07df64c5c83bb21 /searx/static
parentb0665454bac97c786adb551a62a76aa9487f4ba8 (diff)
downloadsearxng-6fb9eb8e470c31f2a6a3d5fb5f91606479d5ef26.tar.gz
searxng-6fb9eb8e470c31f2a6a3d5fb5f91606479d5ef26.zip
[mod] select autocomplete results with mouse click
Diffstat (limited to 'searx/static')
-rw-r--r--searx/static/default/js/searx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/default/js/searx.js b/searx/static/default/js/searx.js
index 47dc722da..c87dc30d4 100644
--- 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
});