mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Fixed filter clearing on /products (fixes #1512)
This commit is contained in:
parent
9ef48e79cd
commit
e44f4802d5
@ -36,7 +36,7 @@ $("#clear-filter-button").on("click", function()
|
||||
{
|
||||
$("#search").val("");
|
||||
$("#product-group-filter").val("all");
|
||||
productsTable.column(7).search("").draw();
|
||||
productsTable.column(6).search("").draw();
|
||||
productsTable.search("").draw();
|
||||
$("#show-disabled").prop('checked', false);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user