mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 02:04:38 +00:00
More initial form field focus optimizations
This commit is contained in:
@@ -80,5 +80,8 @@ if (GetUriParam("entity"))
|
||||
{
|
||||
$("#entity-filter").val(GetUriParam("entity"));
|
||||
$("#entity-filter").trigger("change");
|
||||
$("#name").focus();
|
||||
setTimeout(function()
|
||||
{
|
||||
$("#name").focus();
|
||||
}, 500);
|
||||
}
|
||||
|
Reference in New Issue
Block a user