mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Set a maximal length to comment input
This commit is contained in:
		@@ -49,6 +49,7 @@ ComunicWeb.components.comments.form = {
 | 
				
			|||||||
			placeholder: "New comment...",
 | 
								placeholder: "New comment...",
 | 
				
			||||||
			name: "content"
 | 
								name: "content"
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
 | 
							newCommentText.maxLength = 255;
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		//Add button group
 | 
							//Add button group
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user