mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Fixed chore tracking page skip button disabled handling (references #1836)
This commit is contained in:
@@ -79,11 +79,11 @@ $('#chore_id').on('change', function(e)
|
||||
|
||||
if (chore.period_type == "manually")
|
||||
{
|
||||
$(".save-choretracking-button.skip").addClass("keep-disabled");
|
||||
$(".save-choretracking-button.skip").addClass("disabled");
|
||||
}
|
||||
else
|
||||
{
|
||||
$(".save-choretracking-button.skip").removeClass("keep-disabled");
|
||||
$(".save-choretracking-button.skip").removeClass("disabled");
|
||||
}
|
||||
|
||||
Grocy.FrontendHelpers.ValidateForm('choretracking-form');
|
||||
|
Reference in New Issue
Block a user