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