Shave a line.
This commit is contained in:
parent
738a175f43
commit
bbe93eb475
@ -125,9 +125,8 @@ Unread =
|
||||
break if bottom > height # post is not completely read
|
||||
return unless i
|
||||
|
||||
Unread.lastReadPost = Unread.posts[i - 1].ID
|
||||
Unread.lastReadPost = Unread.posts.splice(0, i)[i - 1].ID
|
||||
Unread.saveLastReadPost()
|
||||
Unread.posts.splice 0, i
|
||||
Unread.readArray Unread.postsQuotingYou
|
||||
Unread.update() if e
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user