Retrieve group settings on the API

This commit is contained in:
Pierre HUBERT
2018-07-04 06:05:14 +02:00
parent 30696174f2
commit 218e9b6fbe
8 changed files with 147 additions and 3 deletions

View File

@ -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