Unnecessary code.

This commit is contained in:
Nicolas Stepien 2011-06-23 21:26:49 +02:00
parent 78afaa1fdd
commit 6ae05b723a
2 changed files with 1 additions and 2 deletions

View File

@ -1893,7 +1893,6 @@
}
_results = [];
for (qid in quotes) {
quote = quotes[qid];
if (!(el = d.getElementById(qid))) {
continue;
}

View File

@ -1514,7 +1514,7 @@ quoteBacklink =
continue unless qid = quote.hash[1..]
#duplicate quotes get overwritten
quotes[qid] = quote
for qid, quote of quotes
for qid of quotes
continue unless el = d.getElementById qid
#don't backlink the op
continue if opbl and el.className is 'op'