aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-10-26 18:14:42 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-10-26 18:14:42 +0100
commitffca898a875caa66156b8525d517b87c9b9f5327 (patch)
treea48f74cc1a497c6b6a8a5edb93411d7399317659 /module
parentFields for extra properties update correctly! (diff)
downloadcalp-ffca898a875caa66156b8525d517b87c9b9f5327.tar.gz
calp-ffca898a875caa66156b8525d517b87c9b9f5327.tar.xz
Cleanup and move input_list to own file.
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 abf43118..0e90e5d4 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -106,6 +106,7 @@
(script (@ (defer) (src "/static/types.js")))
(script (@ (defer) (src "/static/lib.js")))
+ (script (@ (defer) (src "/static/input_list.js")))
(script (@ (defer) (src "/static/script.js")))
,(calendar-styles calendars))