aboutsummaryrefslogtreecommitdiff
path: root/module/html/view/calendar/month.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-10 21:08:08 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-10 21:08:08 +0200
commitf6e157c45f7914188ed2deeb33581f2546be79ec (patch)
tree2e247f8d9972def68358bf43ea377ff9d245e19c /module/html/view/calendar/month.scm
parentActually delete old html-search. (diff)
downloadcalp-f6e157c45f7914188ed2deeb33581f2546be79ec.tar.gz
calp-f6e157c45f7914188ed2deeb33581f2546be79ec.tar.xz
Remove dependency from view/calendar -> datetime.
Diffstat (limited to '')
-rw-r--r--module/html/view/calendar/month.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/html/view/calendar/month.scm b/module/html/view/calendar/month.scm
index f02a10d6..9288fd1a 100644
--- a/module/html/view/calendar/month.scm
+++ b/module/html/view/calendar/month.scm
@@ -6,7 +6,6 @@
:use-module (datetime)
:use-module (html view calendar shared)
:use-module (html config)
- :use-module (util config)
:use-module (vcomponent)
:use-module ((vcomponent datetime)
:select (really-long-event?
@@ -46,7 +45,7 @@
(min 10 (* 4 (length (cddr long-group))))))
long-event-groups))))
,@(map (lambda (d) `(div (@ (class "thead")) ,(string-titlecase (week-day-name d))))
- (weekday-list (get-config 'week-start)))
+ (weekday-list))
,@(map (lambda (group i)
(let* (((s e . events) group))
`(div (@ (class "cal-cell longevents event-container")