mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
More modal iframe dialog handling improvements
This commit is contained in:
@@ -43,11 +43,15 @@ $("#search").on("keyup", Delay(function()
|
||||
$("#clear-filter-button").on("click", function()
|
||||
{
|
||||
$("#search").val("");
|
||||
$("#chore-filter").val("all");
|
||||
$("#daterange-filter").val("24");
|
||||
|
||||
RemoveUriParam("months");
|
||||
RemoveUriParam("chore");
|
||||
|
||||
if (GetUriParam("embedded") === undefined)
|
||||
{
|
||||
$("#chore-filter").val("all");
|
||||
RemoveUriParam("chore");
|
||||
}
|
||||
|
||||
window.location.reload();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user