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",