Remove quotelinks in threads in the catalog.

This commit is contained in:
Mayhem 2014-01-29 14:48:52 +01:00
parent a4ef601748
commit 5383dbde05

View File

@ -300,6 +300,9 @@ Build =
$.addClass root, 'pinned' if thread.isPinned
$.addClass root, thread.OP.highlights... if thread.OP.highlights
for quotelink in $$ '.quotelink', root.lastElementChild
$.replace quotelink, [quotelink.childNodes...]
if thread.isSticky
$.add $('.thread-icons', root), $.el 'img',
src: "#{staticPath}sticky#{gifIcon}"