Skip to content

Commit

Permalink
non-editable lyrics should be readonly. Fixes #214
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Feb 6, 2021
1 parent a43d7b3 commit c42c6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ <h3>Something else weird is going on</h3>

</div>

<textarea id=lyricsDisplay>
<textarea id=lyricsDisplay readonly>
Lyrics Go Here
</textarea>

Expand Down

0 comments on commit c42c6d2

Please sign in to comment.