More modal iframe dialog handling improvements

This commit is contained in:
Bernd Bestel
2025-01-11 15:41:04 +01:00
parent 2c0b1a7be0
commit a2c2049037
50 changed files with 60 additions and 60 deletions

View File

@@ -20,7 +20,7 @@ $("#search").on("keyup", Delay(function()
}
choresOverviewTable.search(value).draw();
}, 200));
}, 500));
$("#status-filter").on("change", function()
{
@@ -186,7 +186,7 @@ $(document).on('click', '.track-chore-button', function(e)
// Refresh the DataTable to re-apply filters
choresOverviewTable.rows().invalidate().draw(false);
$(".input-group-filter").trigger("change");
}, 550);
}, 500);
},
function(xhr)
{