Skip to content

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohab Yaser committed Jul 6, 2024
1 parent 4e51279 commit 74b7a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@
>
</div>
<div id="help">
<span
<span id="expand-help"
style="
font-size: 25px;
font-weight: 700;
font-family: 'Roboto', sans-serif;
font-style: italic;
cursor: pointer;"
onclick="toggleHelp()"
>Getting started</span
>
<ul id="help-list" style="display: none;">
Expand Down
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ function toggleHelp() {
}
}

document.getElementById("expand-help").addEventListener("click", toggleHelp);

function disableBtn(button) {
button.disabled = true;
}
Expand Down

0 comments on commit 74b7a35

Please sign in to comment.