Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
malay9418 committed Jan 31, 2024
1 parent 4b43507 commit 6d5eda4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ <h3>Pay me my Kiss Tax Now !</h3>
function finalStep() {
document.getElementById('game-section').style.display = 'none';
//document.body.removeChild(newBtn);
document.querySelectorAll('.btn').forEach(btn => btn.remove());
document.getElementById('game-section').classList.remove('blink');
document.getElementById('final-popup').style.display = 'flex';
}
Expand Down

0 comments on commit 6d5eda4

Please sign in to comment.