From 7e6189131c09736c932722ca928e2cddafb3e892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 6 Apr 2020 00:11:29 +0200 Subject: Add TODO about end of date interval JS. --- static/script.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/script.js') 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; -- cgit v1.2.3