mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
More initial form field focus optimizations
This commit is contained in:
@@ -77,4 +77,7 @@ $('#mealplansection-form input').keydown(function(event)
|
||||
});
|
||||
|
||||
Grocy.FrontendHelpers.ValidateForm('mealplansection-form');
|
||||
$('#name').focus();
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#name').focus();
|
||||
}, 500);
|
||||
|
Reference in New Issue
Block a user