mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:28:02 +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="ChatLog" id="ChatLog"></div>
|
||||||
|
|
||||||
<div class="ChatInput">
|
<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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue