From 655ccabd7910f99d7a1a76c70bc342db4cc6334b Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 6 Jul 2016 21:22:48 +0200 Subject: [PATCH] force focus on the first input of forms --- resources/templates/form.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/templates/form.tmpl b/resources/templates/form.tmpl index 5a8caec..1e74c32 100644 --- a/resources/templates/form.tmpl +++ b/resources/templates/form.tmpl @@ -121,4 +121,9 @@ if (fields['${attrid}'] != null) { }; % endfor + % endif