diff --git a/src/Monitoring/UnreadIndex.coffee b/src/Monitoring/UnreadIndex.coffee index 184f86003..5a97d32d2 100644 --- a/src/Monitoring/UnreadIndex.coffee +++ b/src/Monitoring/UnreadIndex.coffee @@ -108,10 +108,6 @@ UnreadIndex = val: lastPost $.rm UnreadIndex.hr[thread.fullID] thread.nodes.root.classList.remove 'unread-thread' - if thread.ID of ExpandThread.statuses - {bottom} = thread.nodes.root.getBoundingClientRect() - ExpandThread.toggle thread - window.scrollBy 0, (thread.nodes.root.getBoundingClientRect().bottom - bottom) ThreadWatcher.update thread.board.ID, thread.ID, unread: 0 quotingYou: false