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 7b4068a commit d22d259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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.'
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 Down

0 comments on commit d22d259

Please sign in to comment.