commit
f86b6049a0
@ -1900,7 +1900,7 @@
|
|||||||
if (root.className === 'inline') {
|
if (root.className === 'inline') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
tid = g.THREAD_ID || $.x('ancestor::div[@class="thread"]/div', this).id;
|
tid = g.THREAD_ID || $.x('ancestor::div[@class="thread"]/div', root).id;
|
||||||
_ref = $$('a.quotelink', root);
|
_ref = $$('a.quotelink', root);
|
||||||
_results = [];
|
_results = [];
|
||||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||||
|
|||||||
@ -1500,7 +1500,7 @@ quoteOP =
|
|||||||
g.callbacks.push quoteOP.node
|
g.callbacks.push quoteOP.node
|
||||||
node: (root) ->
|
node: (root) ->
|
||||||
return if root.className is 'inline'
|
return if root.className is 'inline'
|
||||||
tid = g.THREAD_ID or $.x('ancestor::div[@class="thread"]/div', this).id
|
tid = g.THREAD_ID or $.x('ancestor::div[@class="thread"]/div', root).id
|
||||||
for quote in $$ 'a.quotelink', root
|
for quote in $$ 'a.quotelink', root
|
||||||
if quote.hash[1..] is tid
|
if quote.hash[1..] is tid
|
||||||
quote.textContent += ' (OP)'
|
quote.textContent += ' (OP)'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user