This commit is contained in:
James Campos 2011-05-09 22:45:08 -07:00
parent 6aaf7d2dcd
commit 4992151d7d

View File

@ -1352,7 +1352,7 @@ quoteBacklink =
g.callbacks.push quoteBacklink.node
node: (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
id = quote.parentNode.parentNode.parentNode.id
for backlink in $$ 'a.backlink', el