mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-20 17:41:55 +02:00
Refresh filters to search a transaction when a source or a destination is selected
This commit is contained in:
@ -52,6 +52,10 @@
|
||||
$("#table").load(location.pathname + "?" + filters.replaceAll(" ", "%20") + " #table");
|
||||
}
|
||||
|
||||
function autocompleted() {
|
||||
refreshFilters();
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$("input").change(refreshFilters);
|
||||
$("input").keyup(refreshFilters);
|
||||
|
Reference in New Issue
Block a user