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