mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Display likes block.
This commit is contained in:
		@@ -169,6 +169,18 @@ ComunicWeb.pages.groups.sections.header = {
 | 
				
			|||||||
                openPage("groups/" + info.id + "/settings");
 | 
					                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