diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-07-15 17:02:58 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-07-15 17:02:58 +0200 |
commit | 6fb9eb8e470c31f2a6a3d5fb5f91606479d5ef26 (patch) | |
tree | c4caa2d9363fd0672d807770c07df64c5c83bb21 /searx/static | |
parent | b0665454bac97c786adb551a62a76aa9487f4ba8 (diff) | |
download | searxng-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.js | 2 |
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 }); |