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
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
title.classList.remove(animationClassOKAY);
});
imageOfJulus.addEventListener('mouseover', () => {
imageOfJulius.addEventListener('mouseover', () => {
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