v1.18.x
barisusakli 10 years ago
parent fca2cf0a10
commit 79d5eea46d

@ -221,7 +221,7 @@ define('forum/topic/posts', [
} }
}); });
postTools.updatePostCount(); postTools.updatePostCount();
addBlockquoteEllipses(posts.find('[component="post/content"] > blockquote')); addBlockquoteEllipses(posts.find('[component="post/content"] > blockquote > blockquote'));
hidePostToolsForDeletedPosts(posts); hidePostToolsForDeletedPosts(posts);
showBottomPostBar(); showBottomPostBar();
}; };

Loading…
Cancel
Save