From a73c338fd87f78b872386d2b04152fa9a1ec05a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 2 Oct 2020 16:58:51 +0200 Subject: Move JS type info into own file. --- module/calp/html/view/calendar.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module') 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)) -- cgit v1.2.3