summaryrefslogtreecommitdiffhomepage
path: root/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js11
1 files changed, 11 insertions, 0 deletions
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
});