fix thread hiding bug

This commit is contained in:
ccd0 2014-06-18 01:34:59 -07:00
parent 71f38132c5
commit cec3479ab3

View File

@ -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