aboutsummaryrefslogtreecommitdiff
path: root/calendar/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/index.html')
-rw-r--r--calendar/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/index.html b/calendar/index.html
index 801e31b..d81a8d7 100644
--- a/calendar/index.html
+++ b/calendar/index.html
@@ -7,6 +7,7 @@
<title>Event Calendar</title>
<link rel="stylesheet" href="event-calendar.min.css">
+ <link rel="stylesheet" href="global.css">
<script src="event-calendar.min.js"></script>
<style>
@@ -74,6 +75,8 @@
},
dayMaxEvents: true,
nowIndicator: true,
+ firstDay: 1,
+ hiddenDays: [0,6],
selectable: true
});