make dead quote links ordinary text as we do for live quote links

This commit is contained in:
ccd0 2014-09-17 23:44:27 -07:00
parent 29a28169fe
commit f3d11ccffc

View File

@ -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