mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
fix: avatar selector
This commit is contained in:
@@ -93,7 +93,7 @@ define('forum/topic/replies', ['navigator', 'components', 'forum/topic/posts'],
|
||||
|
||||
if (!avatars.find('[data-uid="' + post.uid + '"]').length && count < 7) {
|
||||
app.parseAndTranslate('topic', 'posts', { posts: [{ replies: { users: [post.user] } }] }, function (html) {
|
||||
avatars.prepend(html.find('[component="post/reply-count/avatars"] [component="user/picture"]'));
|
||||
avatars.prepend(html.find('[component="post/reply-count/avatars"] [component="avatar/picture"]'));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user