about summary refs log tree commit diff
path: root/index.php
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-04-15 20:24:04 -0400
committerZach DeCook <zachdecook@gmail.com>2018-04-15 20:24:04 -0400
commit4a514b230f951a13efc9605b08c80d28e73837a6 (patch)
tree0ee13befcd15ebccf0554e6e5116ab272862feee /index.php
parentd9fe293f012567119d36eb219236d95c87ed2c6b (diff)
downloadprosongsa-4a514b230f951a13efc9605b08c80d28e73837a6.tar.gz
* chords: Allow clicking on tab to cycle alternate versions
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index c415408..1df2c64 100755
--- a/index.php
+++ b/index.php
@@ -55,8 +55,8 @@ Author: Zach DeCook
 
 	<div class = "col-xs-6 col-xs-offset-0 ">
 		<div id="chordarea">
-			<canvas id='guitarregion' width="100" height="100"></canvas>
-			<canvas id='ukuleleregion' width="100" height="100"></canvas>
+			<canvas id='guitarregion' width="100" height="100" onclick="cycle(guitarObj);"></canvas>
+			<canvas id='ukuleleregion' width="100" height="100" onclick="cycle(ukeObj);"></canvas>
 		</div>
 		<i>Experimental: Click on a chord to view guitar tablature</i>
 		<div id="messages"></div>