mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-02-17 03:12:43 +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){
|
|
|
|
}
|
|
} |