mirror of
https://github.com/grocy/grocy.git
synced 2025-08-24 14:06:44 +00:00
More initial form field focus optimizations
This commit is contained in:
@@ -96,7 +96,10 @@ $("#add-api-key-button").on("click", function(e)
|
||||
|
||||
$("#add-api-key-modal").on("shown.bs.modal", function(e)
|
||||
{
|
||||
$("#description").focus();
|
||||
setTimeout(function()
|
||||
{
|
||||
$("#description").focus();
|
||||
}, 500);
|
||||
});
|
||||
|
||||
$("#new-api-key-button").on("click", function(e)
|
||||
|
Reference in New Issue
Block a user