mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Set a maximal length to comment input
This commit is contained in:
parent
9126a08d2f
commit
925e0b11e8
@ -49,6 +49,7 @@ ComunicWeb.components.comments.form = {
|
||||
placeholder: "New comment...",
|
||||
name: "content"
|
||||
});
|
||||
newCommentText.maxLength = 255;
|
||||
|
||||
|
||||
//Add button group
|
||||
|
Loading…
Reference in New Issue
Block a user