mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-24 09:58:51 +00:00
Add comment
This commit is contained in:
parent
996d0207ab
commit
5c26e28e46
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user