Posted 9 months ago by Guest
Post a topicPeople who like this
Delete Comment
This post will be deleted permanently. Are you sure?
Posted 9 months ago by Guest
Post a topicPeople who like this
This post will be deleted permanently. Are you sure?
document.querySelectorAll('.portal-attachment-thumbnail-img').forEach(function(img) { img.addEventListener('error', function () { attachment_error_image(this); }); }); const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = `${attachment.dataset.extension}`; parentElement.innerHTML = defaultIcon; };
0 Votes
0 Comments
Login to post a comment