Unnecessary code.
This commit is contained in:
parent
78afaa1fdd
commit
6ae05b723a
@ -1893,7 +1893,6 @@
|
|||||||
}
|
}
|
||||||
_results = [];
|
_results = [];
|
||||||
for (qid in quotes) {
|
for (qid in quotes) {
|
||||||
quote = quotes[qid];
|
|
||||||
if (!(el = d.getElementById(qid))) {
|
if (!(el = d.getElementById(qid))) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1514,7 +1514,7 @@ quoteBacklink =
|
|||||||
continue unless qid = quote.hash[1..]
|
continue unless qid = quote.hash[1..]
|
||||||
#duplicate quotes get overwritten
|
#duplicate quotes get overwritten
|
||||||
quotes[qid] = quote
|
quotes[qid] = quote
|
||||||
for qid, quote of quotes
|
for qid of quotes
|
||||||
continue unless el = d.getElementById qid
|
continue unless el = d.getElementById qid
|
||||||
#don't backlink the op
|
#don't backlink the op
|
||||||
continue if opbl and el.className is 'op'
|
continue if opbl and el.className is 'op'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user