mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix removal of away class
This commit is contained in:
parent
5a9725c24e
commit
fd1d255b8a
@ -383,7 +383,7 @@ window.console ?=
|
||||
element.addClass 'away'
|
||||
element.attr 'title', user.awayStatus
|
||||
else
|
||||
element.removeClass 'timsChatAway'
|
||||
element.removeClass 'away'
|
||||
element.removeAttr 'title'
|
||||
element.data 'tooltip', ''
|
||||
if user.suspended
|
||||
|
Loading…
Reference in New Issue
Block a user