modified masonry and posts, masonry is now reusable on group pages.
This commit is contained in:
@@ -4,7 +4,9 @@ function postComment(buttonValue) {
|
||||
$.post(
|
||||
"API/postComment.php",
|
||||
formData
|
||||
);
|
||||
).done(function(data) {
|
||||
console.log(data);
|
||||
});
|
||||
|
||||
$("#newcomment").val("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user