mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
closes #2347
This commit is contained in:
@@ -24,7 +24,6 @@ define('forum/topic/postTools', ['composer', 'share', 'navigator'], function(com
|
||||
postEl.find('.purge').toggleClass('hidden', !isDeleted);
|
||||
postEl.find('.delete .i').toggleClass('fa-trash-o', !isDeleted).toggleClass('fa-history', isDeleted);
|
||||
postEl.find('.delete span').translateHtml(isDeleted ? ' [[topic:restore]]' : ' [[topic:delete]]');
|
||||
|
||||
};
|
||||
|
||||
PostTools.updatePostCount = function() {
|
||||
|
||||
Reference in New Issue
Block a user