This commit is contained in:
barisusakli
2015-11-10 13:18:06 -05:00
parent ec3ae307e9
commit e5cd928419

View File

@@ -212,6 +212,7 @@ define('forum/topic/posts', [
Posts.processPage = function(posts) {
Posts.showBottomPostBar();
posts.find('[component="post/content"] img:not(.not-responsive)').addClass('img-responsive');
app.createUserTooltips(posts);
app.replaceSelfLinks(posts.find('a'));
utils.addCommasToNumbers(posts.find('.formatted-number'));