dfsfds
This commit is contained in:
parent
7068981bf2
commit
e5ab485f10
6 changed files with 53 additions and 16 deletions
|
@ -74,7 +74,7 @@ function charLimit(form, text) {
|
|||
text.style.color = "#A0AEC0";
|
||||
}
|
||||
|
||||
text.innerText = maxLength - length;
|
||||
text.innerText = length + ' / ' + maxLength;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue