mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
closes #4990
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user