mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
closes #3270
This commit is contained in:
@@ -221,7 +221,7 @@ define('forum/topic/posts', [
|
||||
}
|
||||
});
|
||||
postTools.updatePostCount();
|
||||
addBlockquoteEllipses(posts.find('[component="post/content"] > blockquote'));
|
||||
addBlockquoteEllipses(posts.find('[component="post/content"] > blockquote > blockquote'));
|
||||
hidePostToolsForDeletedPosts(posts);
|
||||
showBottomPostBar();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user