aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-12-30 15:42:31 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-12-30 15:42:34 +0100
commitd7f3ba99ab389f623162bb4bcb3d7a71e52337a3 (patch)
tree6d66b7049e292340ceae40a21676722418d575fd /module
parentFormalize and add TODO. (diff)
downloadcalp-d7f3ba99ab389f623162bb4bcb3d7a71e52337a3.tar.gz
calp-d7f3ba99ab389f623162bb4bcb3d7a71e52337a3.tar.xz
HTML Add current time marker.
Diffstat (limited to 'module')
-rw-r--r--module/output/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 4cc39be6..f629257e 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -302,7 +302,7 @@
(content "Calendar for the dates between " ,(date->string start)
" and " ,(date->string end))))
,(include-css "static/style.css")
- ;; (script (@ (src "static/script.js")) "")
+ (script (@ (src "static/script.js")) "")
(style ,(format #f "~:{.CAL_~a { background-color: ~a; color: ~a }~%.CAL_bg_~a { border-color: ~a }~%~}"
(map (lambda (c)
(let* ((name (html-attr (attr c 'NAME)))