fix: avatar selector

v1.18.x
Barış Soner Uşaklı 4 years ago
parent e6ea71c95a
commit 4b9444f1a5

@ -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"]'));
});
}

Loading…
Cancel
Save