Lets not waste a perfectly good assignment.

This commit is contained in:
Zixaphir 2014-01-07 10:52:22 -07:00
parent ef34200fdb
commit a980c540a9
3 changed files with 3 additions and 3 deletions

View File

@ -9581,7 +9581,7 @@
if (ID <= Unread.lastReadPost || post.isHidden || QR.db.get({
boardID: post.board.ID,
threadID: post.thread.ID,
postID: post.ID
postID: ID
})) {
continue;
}

View File

@ -9564,7 +9564,7 @@
if (ID <= Unread.lastReadPost || post.isHidden || QR.db.get({
boardID: post.board.ID,
threadID: post.thread.ID,
postID: post.ID
postID: ID
})) {
continue;
}

View File

@ -73,7 +73,7 @@ Unread =
continue if ID <= Unread.lastReadPost or post.isHidden or QR.db.get {
boardID: post.board.ID
threadID: post.thread.ID
postID: post.ID
postID: ID
}
Unread.posts.push post unless post.prev or post.next
Unread.addPostQuotingYou post