File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,24 +37,25 @@ title: Community call
3737 <div>
3838 <h2>Upcoming events</h2>
3939 <div>Times are shown in your browser's local timezone, <span id="tz-display"></span>.</div>
40- <div id="calendar"/>
40+ <div id="calendar"/>
41+ </div>
4142 </div >
4243</div >
4344<script >
44- document .addEventListener (' DOMContentLoaded' , function () {
45- const userTimeZone = Intl .DateTimeFormat ().resolvedOptions ().timeZone ;
46- document .getElementById (' tz-display' ).textContent = userTimeZone;
45+ document .addEventListener (' DOMContentLoaded' , function () {
46+ const userTimeZone = Intl .DateTimeFormat ().resolvedOptions ().timeZone ;
47+ document .getElementById (' tz-display' ).textContent = userTimeZone;
4748
48- var calendarEl = document .getElementById (' calendar' );
49- var calendar = new FullCalendar.Calendar (calendarEl, {
50- initialView: ' listMonth' ,
51- // This tells the calendar where to find your "Source of Truth"
52- events: {
53- url: ' community-call.ics' ,
54- format: ' ics'
55- },
56- themeSystem: ' bootstrap5'
57- });
58- calendar .render ();
59- });
60- </script >
49+ var calendarEl = document .getElementById (' calendar' );
50+ var calendar = new FullCalendar.Calendar (calendarEl, {
51+ initialView: ' listMonth' ,
52+ // This tells the calendar where to find your "Source of Truth"
53+ events: {
54+ url: ' community-call.ics' ,
55+ format: ' ics'
56+ },
57+ themeSystem: ' bootstrap5'
58+ });
59+ calendar .render ();
60+ });
61+ </script >
You can’t perform that action at this time.
0 commit comments