Fix for the .0001% inlined quotes quoting the current thread's OP.
This commit is contained in:
parent
f5662ef46d
commit
f9832bfd3b
@ -1891,7 +1891,7 @@
|
||||
},
|
||||
node: function(root) {
|
||||
var quote, tid, _i, _len, _ref, _results;
|
||||
if (root.className) {
|
||||
if (root.className === 'inline') {
|
||||
return;
|
||||
}
|
||||
tid = g.THREAD_ID || root.parentNode.firstChild.id;
|
||||
|
||||
@ -1494,7 +1494,7 @@ quoteOP =
|
||||
init: ->
|
||||
g.callbacks.push quoteOP.node
|
||||
node: (root) ->
|
||||
return if root.className
|
||||
return if root.className is 'inline'
|
||||
tid = g.THREAD_ID or root.parentNode.firstChild.id
|
||||
for quote in $$ 'a.quotelink', root
|
||||
if quote.hash[1..] is tid
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user