mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Fix error
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user