mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Improved style on comment creation.
This commit is contained in:
@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user