From 300acc9ae701bdab528a89be33b0781f3d000239 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 7 Nov 2016 17:32:04 -0800 Subject: [PATCH] Reply Pruning will no longer be deactivated by `Scroll to Last Read Post` in order to unhide the last read post. --- src/Monitoring/Unread.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Monitoring/Unread.coffee b/src/Monitoring/Unread.coffee index 6c14dee0f..dfd612a99 100644 --- a/src/Monitoring/Unread.coffee +++ b/src/Monitoring/Unread.coffee @@ -76,8 +76,6 @@ Unread = # Let the header's onload callback handle it. 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() while position {root} = position.data.nodes