replyhl is no more.

This commit is contained in:
Nicolas Stepien 2012-09-02 15:00:57 +02:00
parent f5ebd27b3a
commit 6b4e55d727
2 changed files with 0 additions and 6 deletions

View File

@ -3828,8 +3828,6 @@
}
if (Conf['Quote Inline']) {
$.on(link, 'click', QuoteInline.toggle);
} else {
link.setAttribute('onclick', "replyhl('" + post.ID + "');");
}
if (!(container = $.id("blc" + qid))) {
container = $.el('span', {
@ -4124,7 +4122,6 @@
if (board === g.BOARD && $.id("p" + id)) {
a.href = "#p" + id;
a.className = 'quotelink';
a.setAttribute('onclick', "replyhl('" + id + "');");
} else {
a.href = Redirect.thread(board, 0, id);
a.className = 'deadlink';

View File

@ -3039,8 +3039,6 @@ QuoteBacklink =
$.on link, 'mouseover', QuotePreview.mouseover
if Conf['Quote Inline']
$.on link, 'click', QuoteInline.toggle
else
link.setAttribute 'onclick', "replyhl('#{post.ID}');"
unless container = $.id "blc#{qid}"
container = $.el 'span',
className: 'container'
@ -3268,7 +3266,6 @@ Quotify =
if board is g.BOARD and $.id "p#{id}"
a.href = "#p#{id}"
a.className = 'quotelink'
a.setAttribute 'onclick', "replyhl('#{id}');"
else
a.href = Redirect.thread board, 0, id
a.className = 'deadlink'