mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 09:33:18 +01:00
Format calendar settings
This commit is contained in:
parent
cb0eff1caf
commit
d778773b90
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@ icon: "far fa-calendar"
|
|||
document.addEventListener('DOMContentLoaded', function() {
|
||||
var calendarEl = document.getElementById('calendar');
|
||||
var calendar = new FullCalendar.Calendar(calendarEl, {
|
||||
initialView: 'dayGridMonth', height: "auto", locale: 'de', events: '/calendar-data'
|
||||
initialView: 'dayGridMonth',
|
||||
height: "auto",
|
||||
locale: 'de',
|
||||
events: '/calendar-data'
|
||||
});
|
||||
calendar.render();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue