Replace pretty print tags with their content in the catalog.
This commit is contained in:
parent
100d833939
commit
f4d40629df
@ -368,6 +368,8 @@ Build =
|
||||
|
||||
for quotelink in $$ '.quotelink', root.lastElementChild
|
||||
$.replace quotelink, [quotelink.childNodes...]
|
||||
for pp in $$ '.prettyprint', root.lastElementChild
|
||||
$.replace pp, $.tn pp.textContent
|
||||
|
||||
if thread.isSticky
|
||||
$.add $('.thread-icons', root), $.el 'img',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user