This commit is contained in:
Nicolas Stepien 2013-04-09 08:54:41 +02:00
parent 661f969de1
commit 2263b02b65

View File

@ -3456,7 +3456,7 @@ ExpandComment =
post = Get.postFromNode @
ExpandComment.expand post
expand: (post) ->
if post.nodes.longComment
if post.nodes.longComment and !post.nodes.longComment.parentNode
$.replace post.nodes.shortComment, post.nodes.longComment
post.nodes.comment = post.nodes.longComment
return