Merge pull request #158 from MayhemYDG/fix

Fix typo
This commit is contained in:
James Campos 2011-05-29 09:25:34 -07:00
commit 3c089f6ec8
2 changed files with 2 additions and 2 deletions

View File

@ -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') {

View File

@ -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