Skip to content

Commit 7d2f9f4

Browse files
committed
indentation
Signed-off-by: Tom Bentley <tbentley@redhat.com>
1 parent 443a4d9 commit 7d2f9f4

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

join-us/community-call/index.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)