Reply Pruning will no longer be deactivated by Scroll to Last Read Post in order to unhide the last read post.
This commit is contained in:
parent
1d6941c862
commit
300acc9ae7
@ -76,8 +76,6 @@ Unread =
|
|||||||
# Let the header's onload callback handle it.
|
# Let the header's onload callback handle it.
|
||||||
return if (hash = location.hash.match /\d+/) and hash[0] of Unread.thread.posts
|
return if (hash = location.hash.match /\d+/) and hash[0] of Unread.thread.posts
|
||||||
|
|
||||||
ReplyPruning.showIfHidden Unread.position?.data.nodes.root.id
|
|
||||||
|
|
||||||
position = Unread.positionPrev()
|
position = Unread.positionPrev()
|
||||||
while position
|
while position
|
||||||
{root} = position.data.nodes
|
{root} = position.data.nodes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user