Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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