Display like button

This commit is contained in:
Pierre
2017-12-29 08:58:22 +01:00
parent 2bdcf71809
commit 697482c071
6 changed files with 192 additions and 2 deletions

View File

@ -613,6 +613,20 @@ var ComunicWeb = {
},
/**
* Likes handling
*/
like:{
/**
* Like buttons
*/
button: {
//TODO : implement
},
},
/**
* Modern textarea handler
*/
@ -715,7 +729,14 @@ var ComunicWeb = {
*/
profileInfos: {
//TODO : implement
}
},
/**
* Display user posts
*/
posts: {
//TODO : implement
},
},