mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
More initial form field focus optimizations
This commit is contained in:
@@ -34,4 +34,7 @@ if (GetUriParam("qu") !== undefined)
|
||||
$("#qu_id").trigger("change");
|
||||
}
|
||||
|
||||
$("#amount").focus();
|
||||
setTimeout(function()
|
||||
{
|
||||
$("#amount").focus();
|
||||
}, 500);
|
||||
|
Reference in New Issue
Block a user