aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-10-02 16:58:51 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-10-02 16:58:51 +0200
commita73c338fd87f78b872386d2b04152fa9a1ec05a1 (patch)
treede28ae6a5a630eb4f2f424e9b14efea4ee6e11e8 /module
parentBinding of fields in edit tab work. (diff)
downloadcalp-a73c338fd87f78b872386d2b04152fa9a1ec05a1.tar.gz
calp-a73c338fd87f78b872386d2b04152fa9a1ec05a1.tar.xz
Move JS type info into 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 64986b5c..abf43118 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/types.js")))
(script (@ (defer) (src "/static/lib.js")))
(script (@ (defer) (src "/static/script.js")))
,(calendar-styles calendars))