From 757a99811f4d8f2a3ce234f061c3f92cb3bdd21a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 12 Nov 2014 08:07:28 +0900 Subject: todo list --- js/main.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/js/main.js b/js/main.js index 9dfd5e9..2c45cfa 100644 --- a/js/main.js +++ b/js/main.js @@ -1,3 +1,14 @@ +/* + * TODO: + * + * - make all buttons work + * - add all hotkeys + * - start, stop & ticking sounds + * - save time wasting time to local storage every tick + * - rework use of global variables + * - button to make a loud noise like bell + */ + var timeWastingClock = new FlipClock($('.time-wasting-clock'), { autoStart:false }); -- cgit v1.2.3