summaryrefslogtreecommitdiff
path: root/searx/static
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static')
-rw-r--r--searx/static/js/searx.js2
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
});