mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Fix issue in functions definition
This commit is contained in:
@ -87,7 +87,7 @@ ComunicWeb.pages.userPage.posts = {
|
||||
* @param {HTMLElement} target The target for the posts
|
||||
* @param {function} callback What to do once the posts have been loaded
|
||||
*/
|
||||
_load_posts(userInfos, target, callback){
|
||||
_load_posts: function(userInfos, target, callback){
|
||||
|
||||
//Get the posts from the API
|
||||
ComunicWeb.components.posts.interface.get_user(userInfos.userID, this._last_post_id, function(result){
|
||||
|
Reference in New Issue
Block a user