This commit is contained in:
barisusakli
2015-10-11 17:29:47 -04:00
parent fca2cf0a10
commit 79d5eea46d

View File

@@ -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();
}; };