add post viewing basis, add insert post and comment queries
This commit is contained in:
@@ -73,4 +73,12 @@ function mansonry() {
|
||||
}
|
||||
|
||||
$("div.posts div.column").width(100/columnCount + "%");
|
||||
|
||||
$(".post").click(function () {
|
||||
$(".modal").show();
|
||||
});
|
||||
|
||||
$(".modal-close").click(function () {
|
||||
$(".modal").hide();
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user