mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-07 10:21:00 +01:00
allow max chat to be 999 chars
This commit is contained in:
parent
429651874f
commit
0e41e9fdfc
@ -312,7 +312,7 @@
|
||||
<div id="chattext" class="authorColors"></div>
|
||||
<div id="chatinputbox">
|
||||
<form>
|
||||
<input id="chatinput" type="text" maxlength="140">
|
||||
<input id="chatinput" type="text" maxlength="999">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user