From 272cb5b8995aefd5226dcedfc0599beb7cada97e Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 29 May 2011 14:19:03 +0200 Subject: [PATCH] Fix typo --- 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 0307fffa5..764c4ff2a 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1899,7 +1899,7 @@ qp = $('#qp'); if (el = d.getElementById(id)) { qp.innerHTML = el.innerHTML; - if ($.config('Quote Hilighting')) { + if ($.config('Quote Highlighting')) { $.addClass(el, 'qphl'); } if (this.className === 'backlink') { diff --git a/script.coffee b/script.coffee index ca63e5225..62feecd3d 100644 --- a/script.coffee +++ b/script.coffee @@ -1492,7 +1492,7 @@ quotePreview = qp = $ '#qp' if el = d.getElementById id qp.innerHTML = el.innerHTML - $.addClass el, 'qphl' if $.config 'Quote Hilighting' + $.addClass el, 'qphl' if $.config 'Quote Highlighting' if @className is 'backlink' replyID = $.x('ancestor::*[@id][1]', @)?.id.match(/\d+/)[0] for quote in $$ 'a.quotelink', qp