Drop changing class name on comment in catalog.

This commit is contained in:
ccd0 2016-09-25 02:18:55 -07:00
parent 0b00dac43f
commit a3c32ad4aa

View File

@ -265,6 +265,5 @@ class Post
@isCatalogOP = isCatalogOP
node = if isCatalogOP then @thread.catalogView.nodes.root else @nodes.post
{fileRoot, info, comment} = @nodes
comment.className = if isCatalogOP then 'comment' else 'postMessage'
$.prepend node, fileRoot if fileRoot
$.add node, [info, comment]