aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-11-23 21:37:03 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-11-23 21:37:03 +0100
commit0ff627bca9739fb3d0c8c4f820bc052fc6dd108e (patch)
treef4314589b48a62b0c55ea2f271cd70939cabd035 /module/calp/html/view/calendar.scm
parentNotes on input-list doc. (diff)
downloadcalp-0ff627bca9739fb3d0c8c4f820bc052fc6dd108e.tar.gz
calp-0ff627bca9739fb3d0c8c4f820bc052fc6dd108e.tar.xz
Bind large part of rrule.
Diffstat (limited to 'module/calp/html/view/calendar.scm')
-rw-r--r--module/calp/html/view/calendar.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index 0b2e50ab..5c503302 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -109,6 +109,8 @@
(script (@ (defer) (src "/static/dragable.js")))
(script (@ (defer) (src "/static/clock.js")))
(script (@ (defer) (src "/static/popup.js")))
+ (script (@ (defer) (src "/static/rrule.js")))
+ (script (@ (defer) (src "/static/binders.js")))
(script (@ (defer) (src "/static/server_connect.js")))
(script (@ (defer) (src "/static/input_list.js")))
(script (@ (defer) (src "/static/script.js")))