mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-30 11:06:37 -04:00
commento.js: use login type specific submessage
This commit is contained in:
@ -1211,7 +1211,10 @@
|
|||||||
var placeholder = ["Password"];
|
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++) {
|
for (var i = 0; i < order.length; i++) {
|
||||||
var fieldContainer = create("div");
|
var fieldContainer = create("div");
|
||||||
|
Reference in New Issue
Block a user