diff --git a/src/Quotelinks/Quotify.coffee b/src/Quotelinks/Quotify.coffee index 2be194673..407bd8b2b 100644 --- a/src/Quotelinks/Quotify.coffee +++ b/src/Quotelinks/Quotify.coffee @@ -2,6 +2,8 @@ Quotify = init: -> return if g.VIEW not in ['index', 'thread'] or !Conf['Resurrect Quotes'] + $.addClass doc, 'resurrect-quotes' + if Conf['Comment Expansion'] ExpandComment.callbacks.push @node diff --git a/src/css/style.css b/src/css/style.css index bcd3b3d60..2843f6252 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -983,7 +983,7 @@ span.hide-announcement { .catalog-thread > .comment > span.quote, #arc-list span.quote { color: #789922; } -:root:not(.catalog-mode) .deadlink { +:root.resurrect-quotes .deadlink { text-decoration: none !important; } .backlink.deadlink:not(.forwardlink),