This commit is contained in:
Zixaphir 2014-03-10 12:19:54 -07:00
parent 6b712a5c0d
commit 37fd02450c
3 changed files with 3 additions and 3 deletions

View File

@ -5437,7 +5437,7 @@
if (Conf['Mark Quotes of You']) {
markers.push('You');
}
$.addClass(this.nodes.root, 'quotesYou');
$.addClass(post.nodes.root, 'quotesYou');
}
if (board.ID === boardID) {
if (Conf['Mark OP Quotes'] && thread.ID === postID) {

View File

@ -5489,7 +5489,7 @@
if (Conf['Mark Quotes of You']) {
markers.push('You');
}
$.addClass(this.nodes.root, 'quotesYou');
$.addClass(post.nodes.root, 'quotesYou');
}
if (board.ID === boardID) {
if (Conf['Mark OP Quotes'] && thread.ID === postID) {

View File

@ -23,7 +23,7 @@ QuoteMarkers =
if QR.db.get {boardID, threadID, postID}
markers.push 'You' if Conf['Mark Quotes of You']
$.addClass @nodes.root, 'quotesYou'
$.addClass post.nodes.root, 'quotesYou'
if board.ID is boardID
if Conf['Mark OP Quotes'] and thread.ID is postID