mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 12:52:39 +00:00
Optimized form input field navigation delay
This commit is contained in:
@@ -150,7 +150,7 @@ Grocy.FrontendHelpers.ValidateForm('equipment-form');
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#name').focus();
|
||||
}, 500);
|
||||
}, Grocy.FormFocusDelay);
|
||||
|
||||
$("#instruction-manual").on("change", function(e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user