Skip to content

Commit

Permalink
rm nonexistent #site-footer reference
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Oct 28, 2024
1 parent 6590783 commit 0c4e509
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layouts/partials/image-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@

document.getElementById("modalPic").src = src;
document.getElementById("myModal").style.display = "block";
document.getElementById("site-footer").style.display = "hidden";
}


// Close the Modal
function closeModal() {
document.getElementById("modalPic").src = "";
document.getElementById("myModal").style.display = "none";
document.getElementById("site-footer").style.display = "block";
}

</script>
Expand Down

0 comments on commit 0c4e509

Please sign in to comment.