mirror of
https://github.com/grocy/grocy.git
synced 2025-08-24 05:56:55 +00:00
Optimized form input field navigation delay
This commit is contained in:
@@ -112,6 +112,6 @@ Grocy.Components.UserfieldsForm.Load();
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#name').focus();
|
||||
}, 500);
|
||||
}, Grocy.FormFocusDelay);
|
||||
Grocy.Components.DateTimePicker.GetInputElement().trigger('input');
|
||||
Grocy.FrontendHelpers.ValidateForm('task-form');
|
||||
|
Reference in New Issue
Block a user