commento.js: autofocus on password when email entered

This commit is contained in:
Adhityaa Chandrasekar
2018-08-13 11:21:34 +05:30
parent 5470170920
commit ddf345ae3c
+2
View File
@@ -1249,6 +1249,8 @@
append(loginBox, fieldContainer);
}
$(ID_LOGIN_BOX_PASSWORD_INPUT).focus();
}