summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--js/main.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js
index ee03828..8c6160a 100644
--- a/js/main.js
+++ b/js/main.js
@@ -1,3 +1,10 @@
+//
+// TODO:
+//
+// - button to hide activity clock and display div with clock that
+// counts up, for a stopwatch which we occasionally need
+//
+
// class: one of the classes in our school
var Class = function (grade, clas, total) {
this.grade = grade;