mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02: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("");
|
$("#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);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user