mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
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:
commit
4acccb6ace
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