Bump max message length (#782)
This commit is contained in:
parent
3620b07816
commit
027b27c1b0
3 changed files with 4 additions and 5 deletions
|
|
@ -45,7 +45,7 @@ html(lang="en")
|
|||
span#modflair.label.label-default.pull-right.pointer Name Color
|
||||
#userlist
|
||||
#messagebuffer.linewrap
|
||||
input#chatline.form-control(type="text", maxlength="240", style="display: none")
|
||||
input#chatline.form-control(type="text", maxlength="320", style="display: none")
|
||||
#guestlogin.input-group
|
||||
span.input-group-addon Guest login
|
||||
input#guestname.form-control(type="text", placeholder="Name")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue