Fix typo
This commit is contained in:
parent
784ff2d7c2
commit
272cb5b899
@ -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') {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user