Skip to content
Snippets Groups Projects
Commit 672ad470 authored by Joona Juusti's avatar Joona Juusti
Browse files

Fixed event listener

parent 313ad097
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
title.classList.remove(animationClassOKAY); title.classList.remove(animationClassOKAY);
}); });
imageOfJulus.addEventListener('mouseover', () => { imageOfJulius.addEventListener('mouseover', () => {
title.classList.add(animationClassAWESOME); title.classList.add(animationClassAWESOME);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment