Fix ThreadHiding.onIndexRefresh().

This commit is contained in:
Mayhem 2014-01-31 19:03:19 +01:00
parent 444722fb9b
commit aaf5e8bb1a

View File

@ -20,7 +20,7 @@ ThreadHiding =
thread = Get.threadFromRoot root
continue unless thread.isHidden
unless thread.stub
nodes[i + 1].hidden = true
Index.nodes[i + 1].hidden = true
else unless root.contains thread.stub
# When we come back to a page, the stub is already there.
ThreadHiding.makeStub thread, root