From ddf345ae3c8ff5fd80406848d63a07cba5888341 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Mon, 13 Aug 2018 10:52:19 +0530 Subject: [PATCH] commento.js: autofocus on password when email entered --- frontend/js/commento.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/js/commento.js b/frontend/js/commento.js index 6e2d6d7..16610c7 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -1249,6 +1249,8 @@ append(loginBox, fieldContainer); } + + $(ID_LOGIN_BOX_PASSWORD_INPUT).focus(); }