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