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(); }); });