From c7678e98f89f1b6d5af7a5cf9190faf9b502fc62 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 28 May 2011 12:11:45 -0700 Subject: [PATCH] nbsp for (OP) --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 59b532b17..89be4eb77 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1962,7 +1962,7 @@ _results = []; for (_i = 0, _len = _ref.length; _i < _len; _i++) { quote = _ref[_i]; - _results.push(quote.hash.slice(1) === tid ? quote.textContent += ' (OP)' : void 0); + _results.push(quote.hash.slice(1) === tid ? quote.innerHTML += ' (OP)' : void 0); } return _results; } diff --git a/script.coffee b/script.coffee index 99d6801c3..64c860f7e 100644 --- a/script.coffee +++ b/script.coffee @@ -1538,7 +1538,7 @@ quoteOP = tid = g.THREAD_ID or $.x('ancestor::div[contains(@class,"thread")]/div', root).id for quote in $$ 'a.quotelink', root if quote.hash[1..] is tid - quote.textContent += ' (OP)' + quote.innerHTML += ' (OP)' reportButton = init: ->