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

@ -499,6 +499,8 @@ var ComunicWeb = {
* Add search form element
*/
addSearchForm: function(navbarElem){},
//TODO : implement
},
},
@ -791,6 +793,23 @@ var ComunicWeb = {
},
/**
* Notifications components
*/
notifications: {
/**
* Notifications menu dropdown
*/
dropdown:{
//TODO : implement
}
}
},
/**