@ -250,6 +250,7 @@ define('forum/topic/posts', [
};
Posts.onTopicPageLoad = function (posts) {
images.wrapImagesInLinks(posts);
Posts.showBottomPostBar();
posts.find('[component="post/content"] img:not(.not-responsive)').addClass('img-responsive');
addBlockquoteEllipses(posts.find('[component="post/content"] > blockquote > blockquote'));