mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 09:18:31 +02:00
make eslint happy
This commit is contained in:
@@ -42,7 +42,7 @@ define('forum/topic/replies', ['navigator', 'components', 'translator'], functio
|
||||
} else if (icon.is('.fa-minus')) {
|
||||
icon.removeClass('fa-minus').addClass('fa-plus');
|
||||
|
||||
post.find('[component="post/replies"]').slideUp('fast', function() {
|
||||
post.find('[component="post/replies"]').slideUp('fast', function () {
|
||||
$(this).remove();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user