mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Fixed filter clearing on /quantityunits (fixes #1511)
This commit is contained in:
@@ -22,7 +22,7 @@ $("#search").on("keyup", Delay(function()
|
|||||||
$("#clear-filter-button").on("click", function()
|
$("#clear-filter-button").on("click", function()
|
||||||
{
|
{
|
||||||
$("#search").val("");
|
$("#search").val("");
|
||||||
equipmentTable.search("").draw();
|
quantityUnitsTable.search("").draw();
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on('click', '.quantityunit-delete-button', function(e)
|
$(document).on('click', '.quantityunit-delete-button', function(e)
|
||||||
|
Reference in New Issue
Block a user