This commit is contained in:
Nicolas Stepien 2011-05-09 18:22:27 +02:00
parent ee2c5000c2
commit 703c737bc5
2 changed files with 2 additions and 0 deletions

View File

@ -1702,6 +1702,7 @@
backlink = _ref2[_j];
if (backlink.textContent === '>>' + id) {
nogood = 1;
break;
}
}
if (!nogood) {

View File

@ -1357,6 +1357,7 @@ quoteBacklink =
for backlink in $$ 'a.backlink', el
if backlink.textContent is '>>'+id
nogood = 1
break
unless nogood
$.before $('br, blockquote', el), link