Shave a line.

This commit is contained in:
Mayhem 2013-08-07 15:24:21 +02:00
parent 738a175f43
commit bbe93eb475

View File

@ -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