mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Display like button
This commit is contained in:
@ -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
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user