From 17f2d6e8b6cb075bb5988c53eacdd37290043b0b Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 7 May 2011 22:48:01 +0200 Subject: [PATCH] Do not break the report button. --- 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 336d64443..edc3e6582 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1697,7 +1697,7 @@ for (_i = 0, _len = arr.length; _i < _len; _i++) { el = arr[_i]; a = $.el('a', { - textContent: '[ ! ]' + innerHTML: '[ ! ]' }); $.bind(a, 'click', quickReport.cb.report); $.after(el, a); diff --git a/script.coffee b/script.coffee index 24d00be20..892b2e7e8 100644 --- a/script.coffee +++ b/script.coffee @@ -1325,7 +1325,7 @@ quickReport = arr = $$ 'span[id^=no]', root for el in arr a = $.el 'a', - textContent: '[ ! ]' + innerHTML: '[ ! ]' $.bind a, 'click', quickReport.cb.report $.after el, a $.after el, $.tn(' ')