diff --git a/script.coffee b/script.coffee index fabe37a3c..876b1bd83 100644 --- a/script.coffee +++ b/script.coffee @@ -1380,8 +1380,8 @@ quotePreview = body = $.el 'body', innerHTML: req.responseText if id == threadID #OP - threading.thread $ 'form[name=delform] > *', body - html = $('.op', body).innerHTML + op = threading.op $ 'form[name=delform] > *', body + html = op.innerHTML else for reply in $$ 'td.reply', body if reply.id == id