From 4c915b3deef4a2d949ca0ae8055e13389a1bfa86 Mon Sep 17 00:00:00 2001 From: Pierre Date: Mon, 19 Feb 2018 15:14:49 +0100 Subject: [PATCH] Added new files for the notifications. --- assets/js/common/functionsSchema.js | 14 ++++++++++++++ system/config/dev.config.php | 2 ++ 2 files changed, 16 insertions(+) diff --git a/assets/js/common/functionsSchema.js b/assets/js/common/functionsSchema.js index a074a6c3..e1f21977 100644 --- a/assets/js/common/functionsSchema.js +++ b/assets/js/common/functionsSchema.js @@ -820,6 +820,20 @@ var ComunicWeb = { */ interface: { //TODO : implement + }, + + /** + * Notifications UI + */ + ui: { + //TODO : implement + }, + + /** + * Notifications utilities + */ + utils: { + //TODO : implement } } diff --git a/system/config/dev.config.php b/system/config/dev.config.php index 81cfdc3f..5fc7609c 100644 --- a/system/config/dev.config.php +++ b/system/config/dev.config.php @@ -260,6 +260,8 @@ class Dev { "js/components/notifications/dropdown.js", "js/components/notifications/service.js", "js/components/notifications/interface.js", + "js/components/notifications/ui.js", + "js/components/notifications/utils.js", //User scripts "js/user/loginTokens.js",