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

View File

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

View File

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