Created notifications dropdown toggle.

This commit is contained in:
Pierre
2018-02-18 19:12:17 +01:00
parent e4a3ab254d
commit cb1319f02c
4 changed files with 70 additions and 0 deletions

View File

@ -35,6 +35,9 @@ ComunicWeb.components.menuBar.authenticated = {
//Add friends list button
this.addFriendListButton(navbarRightElemList);
//Add notifications dropdown
ComunicWeb.components.notifications.dropdown.display(navbarRightElemList);
//Add dropdown menu
this.addDropdown(navbarRightElemList);