replyhl is no more part II.
This commit is contained in:
parent
e91c198d80
commit
36f15b4c8c
@ -3853,7 +3853,6 @@
|
||||
if (!(quote.hash || /\bdeadlink\b/.test(quote.className))) {
|
||||
continue;
|
||||
}
|
||||
quote.removeAttribute('onclick');
|
||||
$.on(quote, 'click', QuoteInline.toggle);
|
||||
}
|
||||
_ref1 = post.backlinks;
|
||||
|
||||
@ -3053,7 +3053,6 @@ QuoteInline =
|
||||
node: (post) ->
|
||||
for quote in post.quotes
|
||||
continue unless quote.hash or /\bdeadlink\b/.test quote.className
|
||||
quote.removeAttribute 'onclick'
|
||||
$.on quote, 'click', QuoteInline.toggle
|
||||
for quote in post.backlinks
|
||||
$.on quote, 'click', QuoteInline.toggle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user