Add comment

This commit is contained in:
Pierre 2018-02-03 16:09:16 +01:00
parent 996d0207ab
commit 5c26e28e46

View File

@ -79,7 +79,7 @@ ComunicWeb.pages.latestPosts.main = {
//Check if there aren't any post to display //Check if there aren't any post to display
if(list.length == 0){ if(list.length == 0){
//Display message
var message = ComunicWeb.common.messages.createCalloutElem("No post to display", "Posts from you and your friend will appear here...", "info"); var message = ComunicWeb.common.messages.createCalloutElem("No post to display", "Posts from you and your friend will appear here...", "info");
message.className += " noLatestPosts"; message.className += " noLatestPosts";
boxBody.appendChild(message); boxBody.appendChild(message);