This commit is contained in:
barisusakli
2014-11-04 15:56:33 -05:00
parent dd135b875b
commit e769ebe668
3 changed files with 13 additions and 4 deletions

View File

@@ -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() {