Created dropdown menu for authenticated users

This commit is contained in:
Pierre
2017-05-25 13:50:32 +02:00
parent f80c2aca0e
commit cf4ff4675d
5 changed files with 77 additions and 3 deletions

View File

@ -3,6 +3,10 @@
*
* @author Pierre HUBERT
*/
/**
* ComunicWeb main object
*/
var ComunicWeb = {
/**
@ -336,7 +340,14 @@ var ComunicWeb = {
*/
notAuthenticated: {
//TODO : implement
}
},
/**
* Menubar for authenticated users complements
*/
authenticated:{
//TODO : implement
},
},
/**

View File

@ -0,0 +1,5 @@
/**
* This file contains shorcuts to ease access of common functions
*
* @author Pierre HUBERT
*/