mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Fixed filter clearing on /quantityunits (fixes #1511)
This commit is contained in:
parent
e44f4802d5
commit
30e5cc3bc3
@ -22,7 +22,7 @@ $("#search").on("keyup", Delay(function()
|
||||
$("#clear-filter-button").on("click", function()
|
||||
{
|
||||
$("#search").val("");
|
||||
equipmentTable.search("").draw();
|
||||
quantityUnitsTable.search("").draw();
|
||||
});
|
||||
|
||||
$(document).on('click', '.quantityunit-delete-button', function(e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user