diff --git a/js/expand.js b/js/expand.js index 55942bd2..a25b79ac 100644 --- a/js/expand.js +++ b/js/expand.js @@ -27,6 +27,7 @@ $(document).ready(function(){ success: function(data) { var last_expanded = false; $(data).find('div.post.reply').each(function() { + thread.find('.hidden').remove(); var post_in_doc = thread.find('#' + $(this).attr('id')); if(post_in_doc.length == 0) { if(last_expanded) {