diff --git a/js/expand-too-long.js b/js/expand-too-long.js index 6e8b5080..5c355a2f 100644 --- a/js/expand-too-long.js +++ b/js/expand-too-long.js @@ -28,7 +28,6 @@ $(function() { body.html(content); var post = $(body).parents('.post'); - $(document).trigger('new_post', post); } }); });