Removed old code

This commit is contained in:
Marijn Jansen
2019-06-30 17:08:45 +02:00
parent 4a28821d4e
commit 6bb87e8a70

View File

@@ -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}>`)
// });
});
});