mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-20 04:45:17 +00:00
Create group tabs
This commit is contained in:
@ -28,7 +28,7 @@ ComunicWeb.pages.virtualDirectory.page = {
|
||||
|
||||
//Check if the page is a group
|
||||
if(r.kind == "group"){
|
||||
ComunicWeb.pages.groups.pages.group.open(r.id, target);
|
||||
GroupsPage.open({groupID: r.id}, target);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user