[mod] select autocomplete results with mouse click

This commit is contained in:
Adam Tauber 2014-07-15 17:02:58 +02:00
parent b0665454ba
commit 6fb9eb8e47
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if(searx.autocompleter) {
timeout: 5 // Correct option?
},
'minLength': 4,
// 'selectMode': 'type-ahead',
'selectMode': false,
cache: true,
delay: 300
});