Oops
This commit is contained in:
parent
6b712a5c0d
commit
37fd02450c
@ -5437,7 +5437,7 @@
|
|||||||
if (Conf['Mark Quotes of You']) {
|
if (Conf['Mark Quotes of You']) {
|
||||||
markers.push('You');
|
markers.push('You');
|
||||||
}
|
}
|
||||||
$.addClass(this.nodes.root, 'quotesYou');
|
$.addClass(post.nodes.root, 'quotesYou');
|
||||||
}
|
}
|
||||||
if (board.ID === boardID) {
|
if (board.ID === boardID) {
|
||||||
if (Conf['Mark OP Quotes'] && thread.ID === postID) {
|
if (Conf['Mark OP Quotes'] && thread.ID === postID) {
|
||||||
|
|||||||
@ -5489,7 +5489,7 @@
|
|||||||
if (Conf['Mark Quotes of You']) {
|
if (Conf['Mark Quotes of You']) {
|
||||||
markers.push('You');
|
markers.push('You');
|
||||||
}
|
}
|
||||||
$.addClass(this.nodes.root, 'quotesYou');
|
$.addClass(post.nodes.root, 'quotesYou');
|
||||||
}
|
}
|
||||||
if (board.ID === boardID) {
|
if (board.ID === boardID) {
|
||||||
if (Conf['Mark OP Quotes'] && thread.ID === postID) {
|
if (Conf['Mark OP Quotes'] && thread.ID === postID) {
|
||||||
|
|||||||
@ -23,7 +23,7 @@ QuoteMarkers =
|
|||||||
|
|
||||||
if QR.db.get {boardID, threadID, postID}
|
if QR.db.get {boardID, threadID, postID}
|
||||||
markers.push 'You' if Conf['Mark Quotes of You']
|
markers.push 'You' if Conf['Mark Quotes of You']
|
||||||
$.addClass @nodes.root, 'quotesYou'
|
$.addClass post.nodes.root, 'quotesYou'
|
||||||
|
|
||||||
if board.ID is boardID
|
if board.ID is boardID
|
||||||
if Conf['Mark OP Quotes'] and thread.ID is postID
|
if Conf['Mark OP Quotes'] and thread.ID is postID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user