Merge branch 'master' into mistletoe
This commit is contained in:
commit
c9ea9d0163
64 changed files with 287 additions and 271 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