mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
parent
008f20e2b6
commit
7468aa342e
@ -534,7 +534,6 @@ Build HTML of the user and insert it into the list, if the users was not found i
|
|||||||
li.attr 'id', id
|
li.attr 'id', id
|
||||||
li.addClass 'timsChatUser'
|
li.addClass 'timsChatUser'
|
||||||
li.addClass 'jsTooltip'
|
li.addClass 'jsTooltip'
|
||||||
li.addClass 'dropdown'
|
|
||||||
li.addClass 'you' if user.userID is WCF.User.userID
|
li.addClass 'you' if user.userID is WCF.User.userID
|
||||||
li.addClass 'suspended' if user.suspended
|
li.addClass 'suspended' if user.suspended
|
||||||
if user.awayStatus?
|
if user.awayStatus?
|
||||||
@ -556,6 +555,7 @@ Build HTML of the user and insert it into the list, if the users was not found i
|
|||||||
if menu.find('li').length
|
if menu.find('li').length
|
||||||
li.append menu
|
li.append menu
|
||||||
menu.addClass 'dropdownMenu'
|
menu.addClass 'dropdownMenu'
|
||||||
|
li.addClass 'dropdown'
|
||||||
|
|
||||||
li.appendTo $ '#timsChatUserList > ul'
|
li.appendTo $ '#timsChatUserList > ul'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user