Merge pull request #11118 from cain-kilgore/chat-char-limit

WL 21493 - Update the Chat.js to indicate when a message is too long
This commit is contained in:
Chris Collins 2017-08-07 09:52:57 -07:00 committed by GitHub
commit 4acccb6ace

View file

@ -195,7 +195,7 @@
<div class="ChatLog" id="ChatLog"></div>
<div class="ChatInput">
<input type="text" class="ChatInputText" id="ChatInputText" size="256"/>
<input type="text" class="ChatInputText" id="ChatInputText" size="256" maxlength="256" />
</div>
</div>