From 0ebd6afc6a06282921fa5dbb04cf954f755be3d9 Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 18 Apr 2014 21:04:47 +0200 Subject: [PATCH] fix hide-threads and post-hover/expand.js interaction --- js/hide-threads.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/hide-threads.js b/js/hide-threads.js index 8ed150a3..b26feca3 100644 --- a/js/hide-threads.js +++ b/js/hide-threads.js @@ -68,6 +68,7 @@ $(document).ready(function(){ delete hidden_data[board][id]; store_data(); thread_container.find(fields_to_hide).show(); + thread_container.find(".hidden").hide(); $(this).remove(); hidden_div.remove(); });