Skip to content
Snippets Groups Projects
Commit feeccbca authored by Julius Rajala's avatar Julius Rajala
Browse files

Merge branch 'fix-bug' into 'master'

Fixed event listener

See merge request jijraj/git-workshop!2
parents 313ad097 672ad470
Branches
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