Limited Max Length of the Chat Box to 256 - as this exceeds Message. max.

This commit is contained in:
Cain Kilgore 2017-08-04 23:25:26 +01:00
parent bec7f7c644
commit c8ebc299f5

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>