From 5470170920a0bb2999fd911846eb084dab86df40 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Mon, 13 Aug 2018 10:52:04 +0530 Subject: [PATCH] commento.js: use login type specific submessage --- frontend/js/commento.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/js/commento.js b/frontend/js/commento.js index 082c8ac..6e2d6d7 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -1211,7 +1211,10 @@ var placeholder = ["Password"]; } - subtitle.innerText = "Finish the rest of your profile to complete." + if (loginBoxType == "signup") + subtitle.innerText = "Finish the rest of your profile to complete." + else + subtitle.innerText = "Enter your password to log in." for (var i = 0; i < order.length; i++) { var fieldContainer = create("div");