浏览代码

use `change` function just like in case of language selection

The previous version did not work in Chrome browser.

Closes #1102
Noémi Ványi 7 年前
父节点
当前提交
31005f3121
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/static/plugins/js/search_on_category_select.js

+ 1
- 1
searx/static/plugins/js/search_on_category_select.js 查看文件

@@ -10,7 +10,7 @@ $(document).ready(function() {
10 10
             }
11 11
             return false;
12 12
         });
13
-        $('#time-range > option').click(function(e) {
13
+        $('#time-range').change(function(e) {
14 14
             if($('#q').val()) {
15 15
                 $('#search_form').submit();
16 16
             }