From 34e3be7adacffb3e61c88d02d30486ec511589d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 7 Sep 2020 23:32:08 +0200 Subject: Split js in 2. --- 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 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)) -- cgit v1.2.3