mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
search on filter select
This commit is contained in:
@@ -10,5 +10,10 @@ $(document).ready(function() {
|
||||
}
|
||||
return false;
|
||||
});
|
||||
$('#time-range > option').click(function(e) {
|
||||
if($('#q').val()) {
|
||||
$('#search_form').submit();
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user