".comment" and ".replyTreeLevel0" are both CSS classes of the comment div. Fix for Plone 3 only.
svn path=/plone.app.discussion/trunk/; revision=45189
This commit is contained in:
parent
823ada7491
commit
501cee78e2
@ -179,7 +179,7 @@
|
|||||||
url: form_url,
|
url: form_url,
|
||||||
context: $(trigger).parents(".comment"),
|
context: $(trigger).parents(".comment"),
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
if ($(".discussion .comment .replyTreeLevel0").length === 1) {
|
if ($(".discussion .replyTreeLevel0").length === 1) {
|
||||||
$(".discussion").fadeOut('fast', function () {
|
$(".discussion").fadeOut('fast', function () {
|
||||||
$(".discussion").remove();
|
$(".discussion").remove();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user