Skip to content

Commit

Permalink
Remove unused lyrics support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Jan 3, 2021
1 parent 0681edf commit 58a5248
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@

</style>

<link rel=stylesheet href=lyrics.css>
<link rel="icon"
type="image/png"
href="https://www.jefftk.com/bucket-brigade-logo.png">
Expand Down Expand Up @@ -818,14 +817,6 @@ <h3>Settings that affect everyone</h3>

</div>

<div style="display:none">
<h3>Lyrics</h3>
<div id="lyricHolder">(Will show up when you start)</div>
<a id=lyricButton>Tap on Downbeat</a>
<div id="lyricDbg"></div>
<input type=checkbox id=lyricCtrlCb name=lyricCtrlCb><label for=lyricCtrlCb>Control lyric advancement</label><br>
</div>

</div>
</div>

Expand Down Expand Up @@ -931,6 +922,5 @@ <h2>Then refresh the page and try again.</h2>
</script>

<script type="module" src="./demo.js"></script>
<!--<script type="module" src="./lyrics.js"></script>-->

</html>

0 comments on commit 58a5248

Please sign in to comment.