From 93a5db81bb119bfbf28a6411a95f650e84a494d1 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 9 May 2011 01:18:10 +0200 Subject: [PATCH] Indeed --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index 41eb43acb..491729700 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -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); diff --git a/script.coffee b/script.coffee index e9e238d46..44eab30e2 100644 --- a/script.coffee +++ b/script.coffee @@ -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