mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
not used
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user