aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-09-07 23:32:08 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-09-07 23:32:08 +0200
commit34e3be7adacffb3e61c88d02d30486ec511589d6 (patch)
treee00159c02f17e191116385934d4a927e27c822d1 /module
parentEvents created and modified by server get LAST-MODIFIED set. (diff)
downloadcalp-34e3be7adacffb3e61c88d02d30486ec511589d6.tar.gz
calp-34e3be7adacffb3e61c88d02d30486ec511589d6.tar.xz
Split js in 2.
Diffstat (limited to 'module')
-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 a505b586..a583d82b 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -104,6 +104,7 @@
,(include-alt-css "/static/dark.css" '(title "Dark"))
,(include-alt-css "/static/light.css" '(title "Light"))
+ (script (@ (defer) (src "/static/lib.js")))
(script (@ (defer) (src "/static/script.js")))
,(calendar-styles calendars))