Skip to content
Snippets Groups Projects
Commit 89c15cbe authored by ynerant's avatar ynerant
Browse files

Refresh filters to search a transaction when a source or a destination is selected

parent 75cd34f5
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!91Documents
Pipeline #8470 canceled with stages
......@@ -52,6 +52,10 @@
$("#table").load(location.pathname + "?" + filters.replaceAll(" ", "%20") + " #table");
}
function autocompleted() {
refreshFilters();
}
$(document).ready(function() {
$("input").change(refreshFilters);
$("input").keyup(refreshFilters);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment