mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
More initial form field focus optimizations
This commit is contained in:
@@ -146,8 +146,11 @@ $('#delete-current-instruction-manual-button').on('click', function(e)
|
||||
ResizeResponsiveEmbeds();
|
||||
|
||||
Grocy.Components.UserfieldsForm.Load();
|
||||
$('#name').focus();
|
||||
Grocy.FrontendHelpers.ValidateForm('equipment-form');
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#name').focus();
|
||||
}, 500);
|
||||
|
||||
$("#instruction-manual").on("change", function(e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user