From c2ffd324369dc8db4f67e6f035ccc335b3b20be7 Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 13 Aug 2013 15:30:17 -0400 Subject: [PATCH] fix thread expanding and post hover interop a bit --- js/expand.js | 1 + 1 file changed, 1 insertion(+) 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) {