mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Add create posts form on newest posts page
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user