Browse Source

Remove excess newline

merge-requests/26/head
Jeff Kayser 7 years ago
parent
commit
688cf7dd2a
  1. 1
      tildes/static/js/behaviors/comment-expand-all-button.js

1
tildes/static/js/behaviors/comment-expand-all-button.js

@ -6,7 +6,6 @@ $.onmount('[data-js-comment-expand-all-button]', function() {
'[data-js-comment-collapse-button]:first').trigger('click');
});
$(this).blur();
});
});
Loading…
Cancel
Save