mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Fix error
This commit is contained in:
parent
5115371bac
commit
268753af51
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user