mirror of
https://github.com/grocy/grocy.git
synced 2025-08-25 06:59:06 +00:00
Fix some form validation problems (closes #36)
This commit is contained in:
@@ -43,6 +43,7 @@ $('#habit_id').on('change', function(e)
|
||||
{
|
||||
Grocy.Components.HabitCard.Refresh(habitId);
|
||||
Grocy.Components.DateTimePicker.GetInputElement().focus();
|
||||
Grocy.FrontendHelpers.ValidateForm('habittracking-form');
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user