diff --git a/4chan_x.js b/4chan_x.js index 4a25e3294..d770f7e1e 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1798,6 +1798,7 @@ var a, span; span = $('span[id^=no]', root); a = $.el('a', { + className: 'quickreport', innerHTML: '[ ! ]' }); $.bind(a, 'click', quickReport.cb.report); diff --git a/script.coffee b/script.coffee index 5e9c3ba69..0bfdfa232 100644 --- a/script.coffee +++ b/script.coffee @@ -1426,6 +1426,7 @@ quickReport = node: (root) -> span = $ 'span[id^=no]', root a = $.el 'a', + className: 'quickreport' innerHTML: '[ ! ]' $.bind a, 'click', quickReport.cb.report $.after span, a