replyhl is no more.
This commit is contained in:
parent
f5ebd27b3a
commit
6b4e55d727
@ -3828,8 +3828,6 @@
|
|||||||
}
|
}
|
||||||
if (Conf['Quote Inline']) {
|
if (Conf['Quote Inline']) {
|
||||||
$.on(link, 'click', QuoteInline.toggle);
|
$.on(link, 'click', QuoteInline.toggle);
|
||||||
} else {
|
|
||||||
link.setAttribute('onclick', "replyhl('" + post.ID + "');");
|
|
||||||
}
|
}
|
||||||
if (!(container = $.id("blc" + qid))) {
|
if (!(container = $.id("blc" + qid))) {
|
||||||
container = $.el('span', {
|
container = $.el('span', {
|
||||||
@ -4124,7 +4122,6 @@
|
|||||||
if (board === g.BOARD && $.id("p" + id)) {
|
if (board === g.BOARD && $.id("p" + id)) {
|
||||||
a.href = "#p" + id;
|
a.href = "#p" + id;
|
||||||
a.className = 'quotelink';
|
a.className = 'quotelink';
|
||||||
a.setAttribute('onclick', "replyhl('" + id + "');");
|
|
||||||
} else {
|
} else {
|
||||||
a.href = Redirect.thread(board, 0, id);
|
a.href = Redirect.thread(board, 0, id);
|
||||||
a.className = 'deadlink';
|
a.className = 'deadlink';
|
||||||
|
|||||||
@ -3039,8 +3039,6 @@ QuoteBacklink =
|
|||||||
$.on link, 'mouseover', QuotePreview.mouseover
|
$.on link, 'mouseover', QuotePreview.mouseover
|
||||||
if Conf['Quote Inline']
|
if Conf['Quote Inline']
|
||||||
$.on link, 'click', QuoteInline.toggle
|
$.on link, 'click', QuoteInline.toggle
|
||||||
else
|
|
||||||
link.setAttribute 'onclick', "replyhl('#{post.ID}');"
|
|
||||||
unless container = $.id "blc#{qid}"
|
unless container = $.id "blc#{qid}"
|
||||||
container = $.el 'span',
|
container = $.el 'span',
|
||||||
className: 'container'
|
className: 'container'
|
||||||
@ -3268,7 +3266,6 @@ Quotify =
|
|||||||
if board is g.BOARD and $.id "p#{id}"
|
if board is g.BOARD and $.id "p#{id}"
|
||||||
a.href = "#p#{id}"
|
a.href = "#p#{id}"
|
||||||
a.className = 'quotelink'
|
a.className = 'quotelink'
|
||||||
a.setAttribute 'onclick', "replyhl('#{id}');"
|
|
||||||
else
|
else
|
||||||
a.href = Redirect.thread board, 0, id
|
a.href = Redirect.thread board, 0, id
|
||||||
a.className = 'deadlink'
|
a.className = 'deadlink'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user