aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 15:07:32 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 16:20:03 +0100
commit45a2b762fc74f356ce6be11c67db0561d29dcde9 (patch)
tree06b122830ec8785f754b8c84fad1e992b4e005e9 /module/calp/html/view/calendar.scm
parentRepair event position in week. (diff)
downloadcalp-45a2b762fc74f356ce6be11c67db0561d29dcde9.tar.gz
calp-45a2b762fc74f356ce6be11c67db0561d29dcde9.tar.xz
Remove commented out script includes.
Diffstat (limited to 'module/calp/html/view/calendar.scm')
-rw-r--r--module/calp/html/view/calendar.scm23
1 files changed, 1 insertions, 22 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index 129f51a9..e487ce3c 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -116,28 +116,7 @@ window.default_calendar='~a';"
,(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/jcal.js")))
- ;; (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/date_time.js")))
- ;; ;; (script (@ (defer) (src "/static/vcal.js")))
- ;; (script (@ (defer) (src "/static/script.js")))
- ;; (script (@ (defer) (src "/static/vevent.js")))
- ;; (script (@ (defer) (src "/static/globals.js")))
-
- ;; (script (@ (type module) (src "/static/script.js")))
- ;; (script (@ (src "/static/dist/main.js")))
- (script (@ (src "/static/script.out.js")))
- ;; (script (@ (src "/static/build.js")))
-
- ;; on load
+ (script (@ (src "/static/script.out.js")))
,(calendar-styles calendars)