mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29: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"
|
class: "col-md-5"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Display create posts form
|
||||||
|
ComunicWeb.components.posts.form.display("user", userID(), column);
|
||||||
|
|
||||||
//Create post box
|
//Create post box
|
||||||
var postBox = createElem2({
|
var postBox = createElem2({
|
||||||
appendTo: column,
|
appendTo: column,
|
||||||
|
Loading…
Reference in New Issue
Block a user