From 4b91f03b10bd0ddbfb954dbeefbd1c255f890f6f Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 16 Jan 2018 06:52:01 +0100 Subject: [PATCH] Created actions script file. --- assets/js/common/functionsSchema.js | 7 +++++++ system/config/dev.config.php | 1 + 2 files changed, 8 insertions(+) diff --git a/assets/js/common/functionsSchema.js b/assets/js/common/functionsSchema.js index 43bc8ab3..5d651d97 100644 --- a/assets/js/common/functionsSchema.js +++ b/assets/js/common/functionsSchema.js @@ -691,6 +691,13 @@ var ComunicWeb = { //TODO : implement }, + /** + * Post actions + */ + actions: { + //TODO : implement + } + }, /** diff --git a/system/config/dev.config.php b/system/config/dev.config.php index 9df9ad47..3d092568 100644 --- a/system/config/dev.config.php +++ b/system/config/dev.config.php @@ -220,6 +220,7 @@ class Dev { "js/components/like/interface.js", //Posts component + "js/components/posts/actions.js", "js/components/posts/visibilityLevels.js", "js/components/posts/interface.js", "js/components/posts/ui.js",