Don't use the universal selector.
This commit is contained in:
parent
659d54a6aa
commit
2490b9c7d2
@ -2573,7 +2573,7 @@
|
||||
innerHTML: req.responseText
|
||||
});
|
||||
if (id === threadID) {
|
||||
op = threading.op($('form[name=delform] > *', body));
|
||||
op = threading.op($('body > form', body).firstChild);
|
||||
html = op.innerHTML;
|
||||
} else {
|
||||
_ref = $$('td.reply', body);
|
||||
|
||||
@ -1900,7 +1900,7 @@ quotePreview =
|
||||
body = $.el 'body',
|
||||
innerHTML: req.responseText
|
||||
if id == threadID #OP
|
||||
op = threading.op $ 'form[name=delform] > *', body
|
||||
op = threading.op $('body > form', body).firstChild
|
||||
html = op.innerHTML
|
||||
else
|
||||
for reply in $$ 'td.reply', body
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user