Fix error

This commit is contained in:
Pierre 2018-04-11 08:54:22 +02:00
parent 5115371bac
commit 268753af51

View File

@ -135,7 +135,7 @@ ComunicWeb.pages.latestPosts.main = {
//Display message
var message = ComunicWeb.common.messages.createCalloutElem("No post to display", "Posts from you and your friend will appear here...", "info");
message.className += " noLatestPosts";
boxBody.appendChild(message);
target.appendChild(message);
}
}
}