Break
This commit is contained in:
parent
ee2c5000c2
commit
703c737bc5
@ -1702,6 +1702,7 @@
|
|||||||
backlink = _ref2[_j];
|
backlink = _ref2[_j];
|
||||||
if (backlink.textContent === '>>' + id) {
|
if (backlink.textContent === '>>' + id) {
|
||||||
nogood = 1;
|
nogood = 1;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!nogood) {
|
if (!nogood) {
|
||||||
|
|||||||
@ -1357,6 +1357,7 @@ quoteBacklink =
|
|||||||
for backlink in $$ 'a.backlink', el
|
for backlink in $$ 'a.backlink', el
|
||||||
if backlink.textContent is '>>'+id
|
if backlink.textContent is '>>'+id
|
||||||
nogood = 1
|
nogood = 1
|
||||||
|
break
|
||||||
unless nogood
|
unless nogood
|
||||||
$.before $('br, blockquote', el), link
|
$.before $('br, blockquote', el), link
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user