diff --git a/src/General/Build.coffee b/src/General/Build.coffee index d3a82f827..dc7ffa58d 100755 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -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}"