Add create posts form on newest posts page

This commit is contained in:
Pierre HUBERT 2019-05-19 14:59:36 +02:00
parent 07b16c2f7e
commit f815ea4fd4

View File

@ -43,6 +43,9 @@ ComunicWeb.pages.latestPosts.main = {
class: "col-md-5"
});
// Display create posts form
ComunicWeb.components.posts.form.display("user", userID(), column);
//Create post box
var postBox = createElem2({
appendTo: column,