Browse Source

[mod] select autocomplete results with mouse click

Adam Tauber 10 years ago
parent
commit
6fb9eb8e47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/static/default/js/searx.js

+ 1 - 1
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
 	    });