From 0acc15cbf9341c3fb907f5247c8588af305d016c Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 17 Sep 2011 23:55:02 +0200 Subject: [PATCH] No one likes the QP red. --- 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 37c71aea1..674d9978d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -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); diff --git a/script.coffee b/script.coffee index 1698fe712..423ce9a4d 100644 --- a/script.coffee +++ b/script.coffee @@ -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..]