mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 05:49:22 +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
|
||||
var newCommentTarget = createElem2({
|
||||
insertBefore: commentForm,
|
||||
type: "div"
|
||||
type: "div",
|
||||
class: "box-comment"
|
||||
});
|
||||
ComunicWeb.components.comments.actions.reload(result.commentID, newCommentTarget);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user