diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-03-29 16:29:19 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-03-29 16:29:19 +0100 |
| commit | 41dd4d9ba3429b387bf32a65ce4b1bfe4f82444c (patch) | |
| tree | abc9004c7ea50ac1017b4dd20621552955bd2124 /searx/static/js | |
| parent | 20504a0e834a99fb1274ad907c0b62fb90eb96d3 (diff) | |
[enh] autocompleter server side part
Diffstat (limited to 'searx/static/js')
| -rw-r--r-- | searx/static/js/searx.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/js/searx.js b/searx/static/js/searx.js index 2b2e0c98c..47dc722da 100644 --- a/searx/static/js/searx.js +++ b/searx/static/js/searx.js @@ -9,7 +9,7 @@ if(searx.autocompleter) { timeout: 5 // Correct option? }, 'minLength': 4, - 'selectMode': 'type-ahead', + // 'selectMode': 'type-ahead', cache: true, delay: 300 }); |