allow max chat to be 999 chars

This commit is contained in:
johnyma22 2012-10-29 19:29:30 +00:00
parent 429651874f
commit 0e41e9fdfc
1 changed files with 1 additions and 1 deletions

View File

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