mirror of
https://github.com/grocy/grocy.git
synced 2025-08-13 01:06:23 +00:00
Auto focus the amount field on the qu plural form testing page (references #261)
This commit is contained in:
@@ -36,3 +36,5 @@ if (GetUriParam("qu") !== undefined)
|
||||
$("#qu_id").val(GetUriParam("qu"));
|
||||
$("#qu_id").trigger("change");
|
||||
}
|
||||
|
||||
$("#amount").focus();
|
||||
|
Reference in New Issue
Block a user