Consistent with update, remove class on thread instead of removing link.
This commit is contained in:
parent
bacf2e769b
commit
ce5d40cfb7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user