make lastpass also ignore the chat entry area

This commit is contained in:
Andy Janata 2018-02-27 17:50:56 -08:00
parent 4b75185629
commit e2960eef7d
1 changed files with 2 additions and 1 deletions

View File

@ -228,7 +228,8 @@ HttpSession hSession = request.getSession(true);
</div>
<div id="tab-global">
<div class="log"></div>
<input type="text" class="chat" maxlength="200" aria-label="Type here to chat." />
<input type="text" class="chat" maxlength="200" aria-label="Type here to chat."
data-lpignore="true" />
<input type="button" class="chat_submit" value="Chat" />
</div>
</div>