mirror of
https://github.com/grocy/grocy.git
synced 2025-08-22 21:10:47 +00:00
Optimized form input field navigation delay
This commit is contained in:
@@ -155,7 +155,7 @@ Grocy.FrontendHelpers.ValidateForm('quantityunit-form');
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#name').focus();
|
||||
}, 500);
|
||||
}, Grocy.FormFocusDelay);
|
||||
|
||||
$(document).on('click', '.qu-conversion-delete-button', function(e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user