nbsp for (OP)
This commit is contained in:
parent
98c6b7016e
commit
c7678e98f8
@ -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;
|
||||
}
|
||||
|
||||
@ -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: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user