Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-02-18 04:17:57 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-02-18 04:17:57 (GMT)
commitb56d0f1cf5c321f216c7a1f14e8a734c4a96bede (patch)
treebabfaf046bf0474077ac42f71df7b82b26f13311 /js
parent83f0d6502b25b71ea6d663f1e561123c15cc23d5 (diff)
make start and pause buttons display by default
Diffstat (limited to 'js')
-rwxr-xr-xjs/lesson.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/lesson.js b/js/lesson.js
index dd7adea..781d293 100755
--- a/js/lesson.js
+++ b/js/lesson.js
@@ -27,7 +27,8 @@ $(document).ready(
//set up the footer and initialize it with a winning score
- var kFooter = $('#kFooter').kFooter({'winningScore': 6});
+ var kFooter = $('#kFooter').kFooter({'winningScore': 6,
+ pauseButton: true, startButton: true});
//Set up feedback widget, this shows the user a correct or incorrect
//icon and sound when triggered programmatically