Merge branch 'v3'

Conflicts:
	builds/appchan-x.user.js
	builds/crx/script.js
This commit is contained in:
Zixaphir 2014-01-07 11:46:54 -07:00
commit e22390fae7
3 changed files with 3 additions and 3 deletions

View File

@ -11886,7 +11886,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

@ -11870,7 +11870,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