Created friendship request buttons

This commit is contained in:
Pierre
2017-12-20 19:18:18 +01:00
parent 7506222d15
commit fb88265727
5 changed files with 131 additions and 1 deletions

View File

@ -696,6 +696,20 @@ var ComunicWeb = {
},
/**
* Handle the rendering of the friendship status
*/
friendshipStatus: {
/**
* Display the friendship status
*/
display: function(userID, target){},
//TODO : implement
},
},
/**