aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-01 03:37:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-01 03:37:31 +0200
commit81adf54a8a36beba9622c1929937c871a751b2d8 (patch)
tree3bd2ac2e6ad1149247ec4b8a66762afad7b9b4be /module/calp/html/view/calendar.scm
parentGot date-times working in new system. (diff)
downloadcalp-81adf54a8a36beba9622c1929937c871a751b2d8.tar.gz
calp-81adf54a8a36beba9622c1929937c871a751b2d8.tar.xz
Remove old date_time system.
Diffstat (limited to 'module/calp/html/view/calendar.scm')
-rw-r--r--module/calp/html/view/calendar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index 53e928f6..f8188352 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -114,7 +114,7 @@
;; (script (@ (defer) (src "/static/binders.js")))
(script (@ (defer) (src "/static/server_connect.js")))
;; (script (@ (defer) (src "/static/input_list.js")))
- (script (@ (defer) (src "/static/date_time.js")))
+ ;; (script (@ (defer) (src "/static/date_time.js")))
;; (script (@ (defer) (src "/static/vcal.js")))
(script (@ (defer) (src "/static/script.js")))
(script (@ (defer) (src "/static/globals.js")))