Autofocus on email field in login
This commit is contained in:
parent
686f755c5d
commit
5bf726d4d4
1 changed files with 6 additions and 1 deletions
|
@ -19,4 +19,9 @@
|
|||
{{ end }}
|
||||
|
||||
{{ define "script" }}
|
||||
<script>
|
||||
$(function() {
|
||||
$("input").first().focus()
|
||||
})
|
||||
</script>
|
||||
{{ end }}
|
Loading…
Reference in a new issue