Drop changing class name on comment in catalog.
This commit is contained in:
parent
0b00dac43f
commit
a3c32ad4aa
@ -265,6 +265,5 @@ class Post
|
|||||||
@isCatalogOP = isCatalogOP
|
@isCatalogOP = isCatalogOP
|
||||||
node = if isCatalogOP then @thread.catalogView.nodes.root else @nodes.post
|
node = if isCatalogOP then @thread.catalogView.nodes.root else @nodes.post
|
||||||
{fileRoot, info, comment} = @nodes
|
{fileRoot, info, comment} = @nodes
|
||||||
comment.className = if isCatalogOP then 'comment' else 'postMessage'
|
|
||||||
$.prepend node, fileRoot if fileRoot
|
$.prepend node, fileRoot if fileRoot
|
||||||
$.add node, [info, comment]
|
$.add node, [info, comment]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user