Refresh filters to search a transaction when a source or a destination is selected
This commit is contained in:
parent
75cd34f5dd
commit
89c15cbe3e
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@
|
|||
$("#table").load(location.pathname + "?" + filters.replaceAll(" ", "%20") + " #table");
|
||||
}
|
||||
|
||||
function autocompleted() {
|
||||
refreshFilters();
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$("input").change(refreshFilters);
|
||||
$("input").keyup(refreshFilters);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue