commento.js: autofocus on password when email entered

This commit is contained in:
Adhityaa Chandrasekar 2018-08-13 10:52:19 +05:30
parent 5470170920
commit ddf345ae3c

View File

@ -1249,6 +1249,8 @@
append(loginBox, fieldContainer);
}
$(ID_LOGIN_BOX_PASSWORD_INPUT).focus();
}