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