mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
More initial form field focus optimizations
This commit is contained in:
@@ -155,7 +155,10 @@ if (GetUriParam("changepw") === "true")
|
||||
}
|
||||
else
|
||||
{
|
||||
$('#username').focus();
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#username').focus();
|
||||
}, 500);
|
||||
}
|
||||
|
||||
Grocy.Components.UserfieldsForm.Load();
|
||||
|
Reference in New Issue
Block a user