Skip to content

Commit

Permalink
correct scale notes display on initial load
Browse files Browse the repository at this point in the history
  • Loading branch information
gawainhewitt committed Jan 19, 2023
1 parent d5d5ec1 commit 301a30c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ <h1>loading...<br>loading...<br>loading...<br>loading...<br>loading...<br>loadin
<div id="image0"><h2 id="i0">C</h2></div>
<div id="image1"><h2 id="i1">D</h2></div>
<div id="image2"><h2 id="i2">E</h2></div>
<div id="image3"><h2 id="i3">F</h2></div>
<div id="image4"><h2 id="i4">G</h2></div>
<div id="image5"><h2 id="i5">A</h2></div>
<div id="image6"><h2 id="i6">B</h2></div>
<div id="image7"><h2 id="i7">C</h2></div>
<div id="image8"><h2 id="i8">D</h2></div>
<div id="image3"><h2 id="i3">G</h2></div>
<div id="image4"><h2 id="i4">A</h2></div>
<div id="image5"><h2 id="i5">C</h2></div>
<div id="image6"><h2 id="i6">D</h2></div>
<div id="image7"><h2 id="i7">E</h2></div>
<div id="image8"><h2 id="i8">G</h2></div>
</div>

<!-- <span class="clear"></span> this keeps the above elements within the parent div -->
Expand Down

0 comments on commit 301a30c

Please sign in to comment.