mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-27 06:19:21 +00:00
16 lines
339 B
JavaScript
16 lines
339 B
JavaScript
|
/**
|
||
|
* Not authenticated menu bar components
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
ComunicWeb.components.menuBar.notAuthenticated = {
|
||
|
/**
|
||
|
* Add not-authenticated user specific elements
|
||
|
*
|
||
|
* @param {HTMLElement} addElements The container element of the Menubar
|
||
|
*/
|
||
|
addElements: function(addElements){
|
||
|
|
||
|
}
|
||
|
}
|