diff --git a/assets/js/pages/latestPosts/main.js b/assets/js/pages/latestPosts/main.js index 68eb77ad..b80caa9f 100644 --- a/assets/js/pages/latestPosts/main.js +++ b/assets/js/pages/latestPosts/main.js @@ -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,