Revert "Refresh product/chore/battery card only when actually visible"

This reverts commit c934bfb7b3.
This commit is contained in:
Bernd Bestel
2023-01-04 20:06:19 +01:00
parent f057ae7e06
commit 0c8e8cab97
3 changed files with 0 additions and 15 deletions

View File

@@ -2,11 +2,6 @@ Grocy.Components.ChoreCard = {};
Grocy.Components.ChoreCard.Refresh = function(choreId)
{
if (!$(".chorecard").is(":visible"))
{
return;
}
Grocy.Api.Get('chores/' + choreId,
function(choreDetails)
{