mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +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
 | 
									//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);
 | 
				
			||||||
			});
 | 
								});
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user