Created groups main page

This commit is contained in:
Pierre HUBERT
2018-07-02 08:07:59 +02:00
parent 074b724d68
commit 7ff7bceca3
7 changed files with 151 additions and 1 deletions

View File

@ -1167,6 +1167,33 @@ var ComunicWeb = {
},
},
/**
* Groups page
*/
groups: {
/**
* Groups page main script
*/
main: {
//TODO : implement
},
/**
* Groups pages
*/
pages: {
/**
* Main page
*/
main: {
//TODO : implement
}
}
},
/**
* User settings page
*/