mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
closes #3270
This commit is contained in:
@@ -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();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user