mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Varios small UI changes / improve UI consistency
This commit is contained in:
@@ -58,9 +58,10 @@ $('.combobox').combobox({
|
||||
|
||||
$('#chore_id_text_input').focus();
|
||||
$('#chore_id_text_input').trigger('change');
|
||||
Grocy.Components.DateTimePicker.GetInputElement().trigger('input');
|
||||
Grocy.FrontendHelpers.ValidateForm('choretracking-form');
|
||||
|
||||
$('#choretracking-form input').keyup(function (event)
|
||||
$('#choretracking-form input').keyup(function(event)
|
||||
{
|
||||
Grocy.FrontendHelpers.ValidateForm('choretracking-form');
|
||||
});
|
||||
|
Reference in New Issue
Block a user