Fix ThreadHiding.onIndexRefresh().
This commit is contained in:
parent
444722fb9b
commit
aaf5e8bb1a
@ -20,7 +20,7 @@ ThreadHiding =
|
|||||||
thread = Get.threadFromRoot root
|
thread = Get.threadFromRoot root
|
||||||
continue unless thread.isHidden
|
continue unless thread.isHidden
|
||||||
unless thread.stub
|
unless thread.stub
|
||||||
nodes[i + 1].hidden = true
|
Index.nodes[i + 1].hidden = true
|
||||||
else unless root.contains thread.stub
|
else unless root.contains thread.stub
|
||||||
# When we come back to a page, the stub is already there.
|
# When we come back to a page, the stub is already there.
|
||||||
ThreadHiding.makeStub thread, root
|
ThreadHiding.makeStub thread, root
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user