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