aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html')
-rw-r--r--module/calp/html/vcomponent.scm1
-rw-r--r--module/calp/html/view/calendar.scm1
2 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index f593133c..9f7a30ba 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -26,7 +26,6 @@
:use-module (ice-9 format)
)
-
(define-config summary-filter (lambda (_ a) a)
pre: (ensure procedure?))
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index 76cdf736..670ad9b6 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -117,6 +117,7 @@ window.default_calendar='~a';"
,(include-alt-css "/static/light.css" '(title "Light"))
(script (@ (src "/static/script.out.js")))
+ (script (@ (src "/static/user/user-additions.js")))
,(calendar-styles calendars)