diff --git a/assets/js/components/comments/form.js b/assets/js/components/comments/form.js index a881e4ca..d6428ad2 100644 --- a/assets/js/components/comments/form.js +++ b/assets/js/components/comments/form.js @@ -121,7 +121,8 @@ ComunicWeb.components.comments.form = { //Load the new comment before the form element var newCommentTarget = createElem2({ insertBefore: commentForm, - type: "div" + type: "div", + class: "box-comment" }); ComunicWeb.components.comments.actions.reload(result.commentID, newCommentTarget); });