No one likes the QP red.

This commit is contained in:
Nicolas Stepien 2011-09-17 23:55:02 +02:00
parent afd9830168
commit 0acc15cbf9
2 changed files with 2 additions and 2 deletions

View File

@ -2339,7 +2339,7 @@
var el, id, qp, quote, replyID, threadID, _i, _len, _ref, _results;
qp = ui.el = $.el('div', {
id: 'qp',
className: 'replyhl'
className: 'reply'
});
$.add(d.body, qp);
id = this.hash.slice(1);

View File

@ -1809,7 +1809,7 @@ quotePreview =
mouseover: (e) ->
qp = ui.el = $.el 'div',
id: 'qp'
className: 'replyhl'
className: 'reply'
$.add d.body, qp
id = @hash[1..]