From cec3479ab3b0a843ad4a7386002f57c05974567e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 18 Jun 2014 01:34:59 -0700 Subject: [PATCH] fix thread hiding bug --- src/Filtering/ThreadHiding.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Filtering/ThreadHiding.coffee b/src/Filtering/ThreadHiding.coffee index 95b91e5e4..189a0a697 100755 --- a/src/Filtering/ThreadHiding.coffee +++ b/src/Filtering/ThreadHiding.coffee @@ -19,7 +19,7 @@ ThreadHiding = for root, i in nodes by 2 thread = Get.threadFromRoot root continue unless thread.isHidden - if thread.stub and root.contains thread.stub + if thread.stub and !root.contains thread.stub # When we come back to a page, the stub is already there. ThreadHiding.makeStub thread, root return