Skip to content

Commit

Permalink
Update info.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt authored Oct 5, 2024
1 parent 97f6001 commit 7b4068a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ function openModal(src) {
function closeModal() {
modal.style.display = "none";
}

function showInfo() {
const point = "Listen, you do not know how many times we hear this. The point of the website is just freakybob and having fun! Simple.'
}
images.forEach(image => {
image.addEventListener('click', () => openModal(image.src));
});
Expand All @@ -39,4 +41,4 @@ window.addEventListener('keydown', (event) => {
closeModal();
}
});
window.addEventListener('resize', updateCarousel);
window.addEventListener('resize', updateCarousel);

0 comments on commit 7b4068a

Please sign in to comment.