about summary refs log tree commit diff
path: root/index.php
diff options
context:
space:
mode:
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>