mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 13:59:23 +00:00
Improved style on comment creation.
This commit is contained in:
parent
df877ed6be
commit
e4a3ab254d
@ -121,7 +121,8 @@ ComunicWeb.components.comments.form = {
|
|||||||
//Load the new comment before the form element
|
//Load the new comment before the form element
|
||||||
var newCommentTarget = createElem2({
|
var newCommentTarget = createElem2({
|
||||||
insertBefore: commentForm,
|
insertBefore: commentForm,
|
||||||
type: "div"
|
type: "div",
|
||||||
|
class: "box-comment"
|
||||||
});
|
});
|
||||||
ComunicWeb.components.comments.actions.reload(result.commentID, newCommentTarget);
|
ComunicWeb.components.comments.actions.reload(result.commentID, newCommentTarget);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user