diff --git a/plone/app/discussion/browser/javascripts/comments.js b/plone/app/discussion/browser/javascripts/comments.js index e724701..7a0dd6e 100644 --- a/plone/app/discussion/browser/javascripts/comments.js +++ b/plone/app/discussion/browser/javascripts/comments.js @@ -179,7 +179,7 @@ url: form_url, context: $(trigger).parents(".comment"), success: function (data) { - if ($(".discussion .comment .replyTreeLevel0").length === 1) { + if ($(".discussion .replyTreeLevel0").length === 1) { $(".discussion").fadeOut('fast', function () { $(".discussion").remove(); });