commento.js: use login type specific submessage
This commit is contained in:
parent
6f89d30b37
commit
5470170920
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user