diff --git a/src/General/Build.coffee b/src/General/Build.coffee index b229c71a7..fb3843804 100644 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -186,6 +186,11 @@ Build = else '' + replyLink = if isOP and g.VIEW is 'index' + "   [Reply]" + else + '' + container = $.el 'div', id: "pc#{postID}" className: "postContainer #{if isOP then 'op' else 'reply'}Container" @@ -233,6 +238,7 @@ Build = else "/#{boardID}/res/#{threadID}#q#{postID}" }' title='Quote this post'>#{postID}" + + replyLink + '' + '' + @@ -266,7 +272,7 @@ Build = html = [] html.push "#{omitted_posts} post#{if omitted_posts > 1 then 's' else ''}" html.push "and #{omitted_images} image repl#{if omitted_images > 1 then 'ies' else 'y'}" if omitted_images - html.push "omitted. Click here to view." + html.push "omitted. Click here to view." $.after root.firstChild, $.el 'span', className: 'summary' innerHTML: html.join ' '