1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

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
+2
View File
@@ -1249,6 +1249,8 @@
append(loginBox, fieldContainer);
}
$(ID_LOGIN_BOX_PASSWORD_INPUT).focus();
}