mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 10:14:39 +00:00
More initial form field focus optimizations
This commit is contained in:
@@ -151,8 +151,11 @@ quConversionsTable.columns.adjust().draw();
|
||||
|
||||
Grocy.Components.UserfieldsForm.Load();
|
||||
$("#name").trigger("keyup");
|
||||
$('#name').focus();
|
||||
Grocy.FrontendHelpers.ValidateForm('quantityunit-form');
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#name').focus();
|
||||
}, 500);
|
||||
|
||||
$(document).on('click', '.qu-conversion-delete-button', function(e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user