parens
This commit is contained in:
parent
6aaf7d2dcd
commit
4992151d7d
@ -1352,7 +1352,7 @@ quoteBacklink =
|
|||||||
g.callbacks.push quoteBacklink.node
|
g.callbacks.push quoteBacklink.node
|
||||||
node: (root) ->
|
node: (root) ->
|
||||||
for quote in $$ 'a.quotelink', root
|
for quote in $$ 'a.quotelink', root
|
||||||
continue unless el = d.getElementById(quote.textContent[2..])
|
continue unless el = d.getElementById quote.textContent[2..]
|
||||||
good = 1
|
good = 1
|
||||||
id = quote.parentNode.parentNode.parentNode.id
|
id = quote.parentNode.parentNode.parentNode.id
|
||||||
for backlink in $$ 'a.backlink', el
|
for backlink in $$ 'a.backlink', el
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user