This commit is contained in:
barisusakli
2016-08-29 15:51:46 +03:00
parent 6d34bb4657
commit 843dc61e41

View File

@@ -59,7 +59,7 @@ define('forum/topic/postTools', ['share', 'navigator', 'components', 'translator
postEl.find('[component="post/restore"]').toggleClass('hidden', !isDeleted);
postEl.find('[component="post/purge"]').toggleClass('hidden', !isDeleted);
postEl.find('.dropdown-menu').html('');
postEl.find('[component="post/tools"] .dropdown-menu').html('');
};
PostTools.updatePostCount = function(postCount) {