sneed
This commit is contained in:
parent
2ca54d9d37
commit
d2c4a88fac
1 changed files with 8 additions and 20 deletions
|
@ -21,18 +21,6 @@
|
||||||
linkText.textContent = 'View original';
|
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){
|
post_comment=function(fullname){
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue