This commit is contained in:
barisusakli
2014-06-25 16:40:41 -04:00
parent 197300b347
commit 9d11ca8cfe

View File

@@ -99,7 +99,7 @@ define('forum/topic/browsing', function() {
socket.emit('user.getOnlineUsers', uids, function (err, users) {
$('.username-field').each(function (index, element) {
$('.username-field').each(function () {
var el = $(this),
uid = el.parents('li').attr('data-uid');