mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Display likes block.
This commit is contained in:
		@@ -169,6 +169,18 @@ ComunicWeb.pages.groups.sections.header = {
 | 
			
		||||
                openPage("groups/" + info.id + "/settings");
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        //Display likes block
 | 
			
		||||
        ComunicWeb.components.like.button.display(
 | 
			
		||||
			"group",
 | 
			
		||||
			info.id,
 | 
			
		||||
			info.number_likes,
 | 
			
		||||
			info.is_liking,
 | 
			
		||||
			createElem2({
 | 
			
		||||
                appendTo: thirdColumn,
 | 
			
		||||
                type: "div"
 | 
			
		||||
            })
 | 
			
		||||
		);
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user