Bump max message length (#782)

This commit is contained in:
Calvin Montgomery 2018-11-15 22:48:30 -08:00
parent 3620b07816
commit 027b27c1b0
3 changed files with 4 additions and 5 deletions

View file

@ -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")