Преглед изворни кода

[mod] select autocomplete results with mouse click

Adam Tauber пре 10 година
родитељ
комит
6fb9eb8e47
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      searx/static/default/js/searx.js

+ 1
- 1
searx/static/default/js/searx.js Прегледај датотеку

9
 		        timeout: 5   // Correct option?
9
 		        timeout: 5   // Correct option?
10
 		    },
10
 		    },
11
 		    'minLength': 4,
11
 		    'minLength': 4,
12
-		    // 'selectMode': 'type-ahead',
12
+		    'selectMode': false,
13
 		    cache: true,
13
 		    cache: true,
14
 		    delay: 300
14
 		    delay: 300
15
 	    });
15
 	    });