Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31005f31 authored by Noémi Ványi's avatar Noémi Ványi
Browse files

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

The previous version did not work in Chrome browser.

Closes #1102
parent a288dd49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ $(document).ready(function() {
            }
            return false;
        });
        $('#time-range > option').click(function(e) {
        $('#time-range').change(function(e) {
            if($('#q').val()) {
                $('#search_form').submit();
            }