mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 13:44:05 +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="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