1
0
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:
Tim Düsterhus 2013-01-30 17:21:23 +01:00
parent 5a9725c24e
commit fd1d255b8a

View File

@ -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