mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
More initial form field focus optimizations
This commit is contained in:
@@ -106,7 +106,10 @@ $('#recipes-includes-table tbody').removeClass("d-none");
|
||||
recipesIncludesTables.columns.adjust().draw();
|
||||
|
||||
Grocy.FrontendHelpers.ValidateForm('recipe-form');
|
||||
$("#name").focus();
|
||||
setTimeout(function()
|
||||
{
|
||||
$("#name").focus();
|
||||
}, 500);
|
||||
|
||||
$('#recipe-form input').keyup(function(event)
|
||||
{
|
||||
|
Reference in New Issue
Block a user