Skip to content

Commit

Permalink
monument
Browse files Browse the repository at this point in the history
  • Loading branch information
EddMarwa committed Aug 24, 2024
1 parent c4dc33d commit 5f91295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function getCurrentLevel() {
return 1;
}

// Initializes the first level and hides the next level button
// Initializes the first level and hides the next level
document.addEventListener('DOMContentLoaded', () => {
for (let i = 1; i <= 10; i++) {
document.getElementById(`next-level-button-${i}`).style.display = 'none';
Expand Down

0 comments on commit 5f91295

Please sign in to comment.