mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-07-13 14:38:09 +00:00
Retrieve group settings on the API
This commit is contained in:
@ -54,9 +54,12 @@ ComunicWeb.pages.groups.main = {
|
||||
}
|
||||
|
||||
//Check which page to open
|
||||
if(page == "group"){
|
||||
if(page == "group")
|
||||
ComunicWeb.pages.groups.pages.group.open(groupID, target);
|
||||
}
|
||||
|
||||
else if(page == "settings")
|
||||
ComunicWeb.pages.groups.pages.settings.open(groupID, target);
|
||||
|
||||
|
||||
//Unrecognized page
|
||||
else
|
||||
|
Reference in New Issue
Block a user