From f3d11ccffc96d4d52200deb744e6db9ebc15d3d9 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 17 Sep 2014 23:44:27 -0700 Subject: [PATCH] make dead quote links ordinary text as we do for live quote links --- src/General/Build.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Build.coffee b/src/General/Build.coffee index d16eaedc9..6442f7891 100755 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -360,7 +360,7 @@ Build = $.addClass root, 'pinned' if thread.isPinned $.addClass root, thread.OP.highlights... if thread.OP.highlights - for quotelink in $$ '.quotelink', root.lastElementChild + for quotelink in $$ '.quotelink, .deadlink', root.lastElementChild $.replace quotelink, [quotelink.childNodes...] for pp in $$ '.prettyprint', root.lastElementChild $.replace pp, $.tn pp.textContent