Skip to content

Commit

Permalink
fix play button
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 27, 2025
1 parent 305ca1d commit b6e8ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1>🍝 welcome to nudel</h1>
(we use them all in nudel)
</p>
<p>
<button id="about-yes-button" disabled>play</button>
<button id="about-yes-button">play</button>
</p>
</form>
</dialog>
Expand Down
1 change: 1 addition & 0 deletions src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const aboutButton = document.querySelector('#about-button');
const helpButton = document.querySelector('#help-button');
const aboutDialog = document.querySelector('#about-dialog');
const playButton = document.querySelector('#about-yes-button');
console.log(playButton);

menuButton.addEventListener('click', (e) => {
menuContainer.classList.toggle('open');
Expand Down

0 comments on commit b6e8ad2

Please sign in to comment.