1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-09 20:52:52 +00:00

Created actions script file.

This commit is contained in:
Pierre
2018-01-16 06:52:01 +01:00
parent 527d14606e
commit 4b91f03b10
2 changed files with 8 additions and 0 deletions
assets/js/common
system/config

@ -691,6 +691,13 @@ var ComunicWeb = {
//TODO : implement //TODO : implement
}, },
/**
* Post actions
*/
actions: {
//TODO : implement
}
}, },
/** /**

@ -220,6 +220,7 @@ class Dev {
"js/components/like/interface.js", "js/components/like/interface.js",
//Posts component //Posts component
"js/components/posts/actions.js",
"js/components/posts/visibilityLevels.js", "js/components/posts/visibilityLevels.js",
"js/components/posts/interface.js", "js/components/posts/interface.js",
"js/components/posts/ui.js", "js/components/posts/ui.js",