mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		@@ -116,7 +116,7 @@ ComunicWeb.pages.groups.pages.main = {
 | 
				
			|||||||
                        groupItem.style.visibility = "visible";
 | 
					                        groupItem.style.visibility = "visible";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                        if(result.error)
 | 
					                        if(result.error)
 | 
				
			||||||
                            return notify("Could not your membership to this group!", "error");
 | 
					                            return notify("Could not delete your membership to this group!", "error");
 | 
				
			||||||
                        
 | 
					                        
 | 
				
			||||||
                        groupItem.remove();
 | 
					                        groupItem.remove();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user