mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Optimized form input field navigation delay
This commit is contained in:
@@ -148,5 +148,5 @@ Grocy.Components.UserfieldsForm.Load();
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#amount').focus();
|
||||
}, 500);
|
||||
}, Grocy.FormFocusDelay);
|
||||
Grocy.FrontendHelpers.ValidateForm("stockentry-form");
|
||||
|
Reference in New Issue
Block a user