aboutsummaryrefslogtreecommitdiff
path: root/static/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/script.js')
-rw-r--r--static/script.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/script.js b/static/script.js
index 0240a26c..4fb1cd4b 100644
--- a/static/script.js
+++ b/static/script.js
@@ -80,6 +80,9 @@ var current_cell = false
function update_current_time_bar () {
var now = new Date()
+ /* TODO
+ The bar and box doesn't get cleared when we leave our time interval.
+ */
if (! (start_time <= now.getTime() && now.getTime() < end_time))
return;