浏览代码

[mod] select autocomplete results with mouse click

Adam Tauber 11 年前
父节点
当前提交
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
 	    });