Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-01-11 11:59:04 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-01-11 11:59:04 (GMT)
commita99032449c9f7956370a9917e7a42cdccf1a1c7b (patch)
tree9d8d442661130a15499f18afbde43f3ae2b0c821
parent619395ecb968dc718174f339250723d64b12deb2 (diff)
fixed problem with animal_identification
-rwxr-xr-xexamples/English_Animal_Identification/index.html11
-rwxr-xr-xexamples/English_Animal_Identification/js/lesson.js2
2 files changed, 3 insertions, 10 deletions
diff --git a/examples/English_Animal_Identification/index.html b/examples/English_Animal_Identification/index.html
index 59c3f91..739fce2 100755
--- a/examples/English_Animal_Identification/index.html
+++ b/examples/English_Animal_Identification/index.html
@@ -17,16 +17,9 @@
<script type="text/javascript" src="js/lesson.js"></script>
</head>
<body>
- <!--<div id ="scoreArea">
- <form name="scoreDisplay">
- <b>Score:</b> <input type="text" size="1" name="score"/>
- <b>Total:</b> <input type="text" size="1" name="total"/>
- </form>
- <a href="#" id="anchorPlayAgain"><img class="playAgain" src="assets/image/play_again.jpg" alt="" /></a>
- </div>-->
- <div id="scoreArea2">
+ <div id="scoreArea">
</div>
- <div>
+
<div id="gameArea">
diff --git a/examples/English_Animal_Identification/js/lesson.js b/examples/English_Animal_Identification/js/lesson.js
index 915c40f..3e11213 100755
--- a/examples/English_Animal_Identification/js/lesson.js
+++ b/examples/English_Animal_Identification/js/lesson.js
@@ -22,7 +22,7 @@ $(document).ready(
var t;
var current_image;
- var scoreboard = $('#scoreArea2').scoreboard({'layout':'horizontal',
+ var scoreboard = $('#scoreArea').scoreboard({'layout':'horizontal',
'winningScore': 6});
scoreboard.bind('winGame',
function(){