This commit is contained in:
Aevann1 2021-07-21 13:15:26 +02:00
parent 2ca54d9d37
commit d2c4a88fac

View file

@ -21,18 +21,6 @@
linkText.textContent = 'View original';
};
// When image modal is closed
$('#expandImageModal').on('hidden.bs.modal', function (e) {
// remove image src and link
document.getElementById("desktop-expanded-image").src = '';
document.getElementById("desktop-expanded-image-link").href = '';
});
post_comment=function(fullname){