mirror of
https://github.com/grocy/grocy.git
synced 2026-04-09 14:06:16 +02:00
Fixed chore tracking page skip button disabled handling (references #1836)
This commit is contained in:
parent
7c3e7daa56
commit
585ec1212d
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user