mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
commento.js: autofocus on password when email entered
This commit is contained in:
@ -1249,6 +1249,8 @@
|
||||
|
||||
append(loginBox, fieldContainer);
|
||||
}
|
||||
|
||||
$(ID_LOGIN_BOX_PASSWORD_INPUT).focus();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user