From 3d024944e8e572a48377d37f3a0a9bfa52020cf2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 23 Mar 2015 00:50:14 +0000 Subject: bind l to start the lesson --- assets/js/main.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'assets') diff --git a/assets/js/main.js b/assets/js/main.js index f1e9dc4..f701f85 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -340,6 +340,8 @@ if ($("#time-wasting-clock").length) // $(document).bind('keydown', 'space', timeWastingClock.toggle); $(document).bind('keydown', 'l', luckyNumber); } +else + $(document).bind('keydown', 'l', startLesson); $(document).bind('keydown', 's', timeWastingClock.reset); $(document).bind('keydown', 'r', activityClock.reset); -- cgit v1.2.3