mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
closes #4306
This commit is contained in:
@@ -242,7 +242,7 @@ define('forum/chats', ['components', 'string', 'sounds', 'forum/infinitescroll',
|
|||||||
|
|
||||||
if (data.users && data.users.length) {
|
if (data.users && data.users.length) {
|
||||||
data.users.forEach(function(user) {
|
data.users.forEach(function(user) {
|
||||||
tagEl.tagsinput('add', user.username);
|
tagEl.tagsinput('add', $('<div/>').html(user.username).text());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user