소스 검색

[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
 	    });