From 688cf7dd2a4a689b5cf3689414e6b15eb8fc4652 Mon Sep 17 00:00:00 2001 From: Jeff Kayser Date: Wed, 15 Aug 2018 21:07:46 -0400 Subject: [PATCH] Remove excess newline --- tildes/static/js/behaviors/comment-expand-all-button.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tildes/static/js/behaviors/comment-expand-all-button.js b/tildes/static/js/behaviors/comment-expand-all-button.js index 2c5ac61..f870139 100644 --- a/tildes/static/js/behaviors/comment-expand-all-button.js +++ b/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(); }); });