nbsp for (OP)

This commit is contained in:
James Campos 2011-05-28 12:11:45 -07:00
parent 98c6b7016e
commit c7678e98f8
2 changed files with 2 additions and 2 deletions

View File

@ -1962,7 +1962,7 @@
_results = []; _results = [];
for (_i = 0, _len = _ref.length; _i < _len; _i++) { for (_i = 0, _len = _ref.length; _i < _len; _i++) {
quote = _ref[_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 += '&nbsp;(OP)' : void 0);
} }
return _results; return _results;
} }

View File

@ -1538,7 +1538,7 @@ quoteOP =
tid = g.THREAD_ID or $.x('ancestor::div[contains(@class,"thread")]/div', root).id tid = g.THREAD_ID or $.x('ancestor::div[contains(@class,"thread")]/div', root).id
for quote in $$ 'a.quotelink', root for quote in $$ 'a.quotelink', root
if quote.hash[1..] is tid if quote.hash[1..] is tid
quote.textContent += ' (OP)' quote.innerHTML += '&nbsp;(OP)'
reportButton = reportButton =
init: -> init: ->