mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Created notifications dropdown toggle.
This commit is contained in:
@ -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
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user