1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Merge branch '3.0.x'

This commit is contained in:
Maximilian Mader 2014-12-18 16:10:29 +01:00
commit e2aebcf7a2

View File

@ -1088,7 +1088,7 @@ Open private channel
avatar = $ userList.allTime[userID].avatar[16] avatar = $ userList.allTime[userID].avatar[16]
avatar = $('<span class="userAvatar framed" />').wrapInner avatar avatar = $('<span class="userAvatar framed" />').wrapInner avatar
avatar.append "<span>#{userList.allTime[userID].username}</span>" avatar.append "<span>#{WCF.String.escapeHTML userList.allTime[userID].username}</span>"
anchor.wrapInner avatar anchor.wrapInner avatar
anchor.prepend '<span class="icon icon16 icon-warning-sign notifyIcon"></span>' anchor.prepend '<span class="icon icon16 icon-warning-sign notifyIcon"></span>'