vdfs
This commit is contained in:
parent
eefa10cc2d
commit
d15f7eaf0a
4 changed files with 9 additions and 3 deletions
|
@ -14,8 +14,12 @@ function expandDesktopImage(image) {
|
|||
document.getElementById("desktop-expanded-image").src = image.replace("200w_d.webp", "giphy.webp");
|
||||
document.getElementById("desktop-expanded-image-link").href = image;
|
||||
document.getElementById("desktop-expanded-image-wrap-link").href=image;
|
||||
history.pushState(null, null, '#modal');
|
||||
};
|
||||
|
||||
document.getElementById('expandImageModal').addEventListener('hidden.bs.modal', function (event) {
|
||||
window.location.hash = "";
|
||||
});
|
||||
|
||||
function popovertrigger() {
|
||||
const popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue