Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyasoni authored Apr 20, 2024
1 parent a5776f5 commit f61050f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/
function init() {
document.getElementById("slideshow").addEventListener('click', changeSlideShowImgOnClick);
document.getElementById("sad-image").addEventListener('mouseover', onHover);
let buttons = document.querySelectorAll(".button");
for (let i = 0; i < buttons.length; i++) {
buttons[i].addEventListener('mouseenter', onMouseEnter);
Expand Down

0 comments on commit f61050f

Please sign in to comment.