Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sujal-98 committed May 30, 2024
1 parent 266adb1 commit 1dd8dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ document.addEventListener('DOMContentLoaded', () => {
alert("Double click on the screen to reload!");

document.body.children[0].style.display = 'none';
document.body.children[1].style.display = 'none';
document.body.style.cursor = "pointer";

document.body.addEventListener("dblclick", () => {
Expand Down

0 comments on commit 1dd8dc4

Please sign in to comment.