diff options
| author | Zach DeCook <zachdecook@gmail.com> | 2018-03-22 22:20:57 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@gmail.com> | 2018-03-22 22:20:57 -0400 |
| commit | f4f9ef1a9ecc72a212279747dd64b3f817c5dc53 (patch) | |
| tree | afb601a60770e2075b7d0c0237e11877435082ae /index.php | |
| parent | bae7f420407eb39021eb6df32e1850d0ff214fa2 (diff) | |
| download | prosongsa-f4f9ef1a9ecc72a212279747dd64b3f817c5dc53.tar.gz | |
* Enable ukulele chords to appear (when they exist)
Diffstat (limited to 'index.php')
| -rwxr-xr-x | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php index fa6f856..e26d124 100755 --- a/index.php +++ b/index.php @@ -55,7 +55,8 @@ Author: Zach DeCook <div class = "col-xs-6 col-xs-offset-0 "> <div id="chordarea"> - <canvas id='chordy' width="100" height="100"/> + <canvas id='guitarregion' width="100" height="100"></canvas> + <canvas id='ukuleleregion' width="100" height="100"></canvas> </div> <i>Experimental: Click on a chord to view guitar tablature</i> <div id="messages"></div> @@ -128,5 +129,6 @@ crossorigin="anonymous"></script> <script type="text/javascript" src="jsonly.js"></script> <script type="text/javascript" src="ccharter/scripts/ccharter.js"></script> <script type="text/javascript" src="chordsdata/chords.js"></script> +<script type="text/javascript" src="chordsdata/ukulelechords.js"></script> </body> </html> |
