make lastpass also ignore the chat entry area
This commit is contained in:
parent
4b75185629
commit
e2960eef7d
|
@ -228,7 +228,8 @@ HttpSession hSession = request.getSession(true);
|
||||||
</div>
|
</div>
|
||||||
<div id="tab-global">
|
<div id="tab-global">
|
||||||
<div class="log"></div>
|
<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" />
|
<input type="button" class="chat_submit" value="Chat" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue