mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Add create posts form on newest posts page
This commit is contained in:
parent
07b16c2f7e
commit
f815ea4fd4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user