Indeed
This commit is contained in:
parent
feb72d4f0e
commit
93a5db81bb
@ -1731,7 +1731,7 @@
|
||||
innerHTML: req.responseText
|
||||
});
|
||||
if (id === threadID) {
|
||||
threading.thread($('form[name=delform] > *:not([id])', body));
|
||||
threading.thread($('form[name=delform] > *', body));
|
||||
html = $('.op', body).innerHTML;
|
||||
} else {
|
||||
_ref = $$('td.reply', body);
|
||||
|
||||
@ -1378,7 +1378,7 @@ quotePreview =
|
||||
body = $.el 'body',
|
||||
innerHTML: req.responseText
|
||||
if id == threadID #OP
|
||||
threading.thread $ 'form[name=delform] > *:not([id])', body
|
||||
threading.thread $ 'form[name=delform] > *', body
|
||||
html = $('.op', body).innerHTML
|
||||
else
|
||||
for reply in $$ 'td.reply', body
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user