Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpninja authored Apr 8, 2024
1 parent f028ffc commit 565838f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<body>
<button type='button' onclick='showMajor()'>Major</button>
<button type='button' onclick='showChromatic()'>Chromatic</button>
<src type='text/javascript'>
<script type='text/javascript'>
function showMajor() {
document.getElementById('major').style='display: block;';
document.getElementById('chromatic').style='display: none;';
Expand Down

0 comments on commit 565838f

Please sign in to comment.