Consistent with update, remove class on thread instead of removing link.

This commit is contained in:
ccd0 2018-11-03 02:18:50 -07:00
parent bacf2e769b
commit ce5d40cfb7

View File

@ -104,7 +104,7 @@ UnreadIndex =
threadID: thread.ID
val: lastPost
$.rm UnreadIndex.hr[thread.fullID]
$.rm UnreadIndex.markReadLink[thread.fullID]
thread.nodes.root.classList.remove 'unread-thread'
ThreadWatcher.update thread.board.ID, thread.ID,
unread: 0
quotingYou: false