mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-09 03:11:14 +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="chattext" class="authorColors"></div>
|
||||||
<div id="chatinputbox">
|
<div id="chatinputbox">
|
||||||
<form>
|
<form>
|
||||||
<input id="chatinput" type="text" maxlength="140">
|
<input id="chatinput" type="text" maxlength="999">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user