Fixed issue on comments deletion.

This commit is contained in:
Pierre 2018-01-31 06:50:22 +01:00
parent cdfbbc6c59
commit d100d42c06

View File

@ -211,7 +211,9 @@ ComunicWeb.components.comments.ui = {
return;
}
//Delete the comment node
emptyElem(commentContener);
commentContener.remove();
});
});