aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-11-23 22:47:47 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-11-23 22:47:47 +0100
commit9c376aad37c0a92472d2b72646146d88990a7a65 (patch)
tree575b5e4d7157d3dee9096dbe5f83cb590ee96bb9 /module/calp/html/view/calendar.scm
parentBind large part of rrule. (diff)
downloadcalp-9c376aad37c0a92472d2b72646146d88990a7a65.tar.gz
calp-9c376aad37c0a92472d2b72646146d88990a7a65.tar.xz
JS Add date_time pseudo tag.
Diffstat (limited to 'module/calp/html/view/calendar.scm')
-rw-r--r--module/calp/html/view/calendar.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index 5c503302..d41197b0 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -113,6 +113,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/script.js")))
,(calendar-styles calendars))