Skip to content

Commit

Permalink
fix: remove superfluous line of code in solution (TheOdinProject#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Lister authored Apr 21, 2024
1 parent 77d8b50 commit 0bae060
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion animation/02-pop-up/solution/solution.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const openButton = document.getElementById('trigger-modal');
const closeButton = document.getElementById('close-modal');
const backdrop = document.getElementById('backdrop')

function toggleModal() {
const modalDiv = document.querySelector('.popup-modal');
Expand Down

0 comments on commit 0bae060

Please sign in to comment.