mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Split menubar elements in multiple parts
This commit is contained in:
@ -318,7 +318,20 @@ var ComunicWeb = {
|
||||
* Menubar
|
||||
*/
|
||||
menuBar: {
|
||||
//TODO: implement
|
||||
|
||||
/**
|
||||
* Menu bar object - common methods
|
||||
*/
|
||||
common:{
|
||||
//TODO : implement
|
||||
},
|
||||
|
||||
/**
|
||||
* Not authenticated menu bar components
|
||||
*/
|
||||
notAuthenticated: {
|
||||
//TODO : implement
|
||||
}
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -172,7 +172,7 @@ ComunicWeb.common.page = {
|
||||
document.body.className="hold-transition skin-blue layout-top-nav";
|
||||
|
||||
//We load the menubar
|
||||
ComunicWeb.components.menuBar.display();
|
||||
ComunicWeb.components.menuBar.common.display();
|
||||
}
|
||||
|
||||
//Check if some additionnal data was specified
|
||||
|
Reference in New Issue
Block a user