mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 14:23:23 +02:00
Limited Max Length of the Chat Box to 256 - as this exceeds Message. max.
This commit is contained in:
parent
bec7f7c644
commit
c8ebc299f5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue