Added new files for the notifications.

This commit is contained in:
Pierre 2018-02-19 15:14:49 +01:00
parent 4d9392dd1f
commit 4c915b3dee
2 changed files with 16 additions and 0 deletions

View File

@ -820,6 +820,20 @@ var ComunicWeb = {
*/ */
interface: { interface: {
//TODO : implement //TODO : implement
},
/**
* Notifications UI
*/
ui: {
//TODO : implement
},
/**
* Notifications utilities
*/
utils: {
//TODO : implement
} }
} }

View File

@ -260,6 +260,8 @@ class Dev {
"js/components/notifications/dropdown.js", "js/components/notifications/dropdown.js",
"js/components/notifications/service.js", "js/components/notifications/service.js",
"js/components/notifications/interface.js", "js/components/notifications/interface.js",
"js/components/notifications/ui.js",
"js/components/notifications/utils.js",
//User scripts //User scripts
"js/user/loginTokens.js", "js/user/loginTokens.js",