Removed old code
This commit is contained in:
@@ -13,11 +13,5 @@ $('#detailModal').on('show.bs.modal', function (event) {
|
||||
// $('#details-title').text(post.title);
|
||||
$('#details-intro').html(post.intro);
|
||||
$('#details-description').html(post.description);
|
||||
|
||||
// $('#details-images').text('');
|
||||
// post.images.forEach(image => {
|
||||
// $('#details-images').append(`<img src=${image}>`)
|
||||
// });
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user