From 3a6aa86d2c5d203f047c4cb1741ef4c878d9db7f Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 8 May 2011 23:38:31 -0700 Subject: [PATCH] use threading.op --- script.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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