Remove quotelinks in threads in the catalog.

This commit is contained in:
Mayhem 2014-01-29 14:48:52 +01:00 committed by ccd0
parent 12c2e7c0a2
commit 0bb93303e3

View File

@ -366,6 +366,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}"