From 36f15b4c8c80ae72c5dcd73db22a1ed8705f194c Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 3 Sep 2012 03:02:01 +0200 Subject: [PATCH] replyhl is no more part II. --- 4chan_x.user.js | 1 - script.coffee | 1 - 2 files changed, 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 1c0085003..d35f36929 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3853,7 +3853,6 @@ if (!(quote.hash || /\bdeadlink\b/.test(quote.className))) { continue; } - quote.removeAttribute('onclick'); $.on(quote, 'click', QuoteInline.toggle); } _ref1 = post.backlinks; diff --git a/script.coffee b/script.coffee index 620ccc94a..a5e8f236a 100644 --- a/script.coffee +++ b/script.coffee @@ -3053,7 +3053,6 @@ QuoteInline = node: (post) -> for quote in post.quotes continue unless quote.hash or /\bdeadlink\b/.test quote.className - quote.removeAttribute 'onclick' $.on quote, 'click', QuoteInline.toggle for quote in post.backlinks $.on quote, 'click', QuoteInline.toggle