Merge branch 'master' into mistletoe

This commit is contained in:
kek7198 2021-11-28 10:31:21 -06:00
commit c9ea9d0163
64 changed files with 287 additions and 271 deletions

View file

@ -74,7 +74,7 @@ function charLimit(form, text) {
text.style.color = "#A0AEC0";
}
text.innerText = maxLength - length;
text.innerText = length + ' / ' + maxLength;
}