Remove quotelinks in threads in the catalog.
This commit is contained in:
parent
12c2e7c0a2
commit
0bb93303e3
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user