Remove quotelinks in threads in the catalog.
This commit is contained in:
parent
a4ef601748
commit
5383dbde05
@ -300,6 +300,9 @@ Build =
|
|||||||
$.addClass root, 'pinned' if thread.isPinned
|
$.addClass root, 'pinned' if thread.isPinned
|
||||||
$.addClass root, thread.OP.highlights... if thread.OP.highlights
|
$.addClass root, thread.OP.highlights... if thread.OP.highlights
|
||||||
|
|
||||||
|
for quotelink in $$ '.quotelink', root.lastElementChild
|
||||||
|
$.replace quotelink, [quotelink.childNodes...]
|
||||||
|
|
||||||
if thread.isSticky
|
if thread.isSticky
|
||||||
$.add $('.thread-icons', root), $.el 'img',
|
$.add $('.thread-icons', root), $.el 'img',
|
||||||
src: "#{staticPath}sticky#{gifIcon}"
|
src: "#{staticPath}sticky#{gifIcon}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user