mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Fixed verb
This commit is contained in:
		@@ -62,7 +62,7 @@ ComunicWeb.pages.groups.sections.header = {
 | 
				
			|||||||
        var joinDate = createElem2({
 | 
					        var joinDate = createElem2({
 | 
				
			||||||
            appendTo: secondColumn,
 | 
					            appendTo: secondColumn,
 | 
				
			||||||
            type: "div",
 | 
					            type: "div",
 | 
				
			||||||
            innerHTML: '<i class="fa fa-clock-o"></i> Joined '+ComunicWeb.common.date.timeDiffToStr(info.time_create)+' ago'
 | 
					            innerHTML: '<i class="fa fa-clock-o"></i> Created '+ComunicWeb.common.date.timeDiffToStr(info.time_create)+' ago'
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        //Add number of members
 | 
					        //Add number of members
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user