mirror of
https://github.com/searxng/searxng.git
synced 2025-07-19 03:09:25 +02:00
search on filter select
This commit is contained in:
parent
16a8641649
commit
90e74fbb28
2 changed files with 6 additions and 1 deletions
|
@ -10,5 +10,10 @@ $(document).ready(function() {
|
|||
}
|
||||
return false;
|
||||
});
|
||||
$('#time-range > option').click(function(e) {
|
||||
if($('#q').val()) {
|
||||
$('#search_form').submit();
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue