Created comments component.

This commit is contained in:
Pierre
2018-01-18 06:53:00 +01:00
parent 531fd0305b
commit 02843ae55d
6 changed files with 80 additions and 0 deletions

View File

@ -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);
},
/**