mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Created dropdown menu for authenticated users
This commit is contained in:
@ -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
|
||||
},
|
||||
},
|
||||
|
||||
/**
|
||||
|
5
assets/js/common/shorcuts.js
Normal file
5
assets/js/common/shorcuts.js
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* This file contains shorcuts to ease access of common functions
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
Reference in New Issue
Block a user