mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Created comments component.
This commit is contained in:
@ -748,6 +748,10 @@ ComunicWeb.components.posts.ui = {
|
||||
userLiking,
|
||||
likesTarget
|
||||
);
|
||||
|
||||
//Load comments (if possible)
|
||||
if(infos.comments != null)
|
||||
ComunicWeb.components.comments.ui.display(infos.comments, infos.ID, postRoot);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user