Auto focus the amount field on the qu plural form testing page (references #261)

This commit is contained in:
Bernd Bestel
2019-09-18 20:27:35 +02:00
parent 346b589534
commit 9f18b75526
2 changed files with 3 additions and 1 deletions

View File

@@ -36,3 +36,5 @@ if (GetUriParam("qu") !== undefined)
$("#qu_id").val(GetUriParam("qu"));
$("#qu_id").trigger("change");
}
$("#amount").focus();