commento.js: autofocus on password when email entered
This commit is contained in:
parent
5470170920
commit
ddf345ae3c
@ -1249,6 +1249,8 @@
|
||||
|
||||
append(loginBox, fieldContainer);
|
||||
}
|
||||
|
||||
$(ID_LOGIN_BOX_PASSWORD_INPUT).focus();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user