Skip to content

Commit

Permalink
Revert to dayGridMonth default
Browse files Browse the repository at this point in the history
  • Loading branch information
ATechAdventurer committed Feb 9, 2024
1 parent 857a9c0 commit 882fe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/calendar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fetchCalendarData().then(events => {
const calendarEl = document.getElementById("calendar");
const calendar = new FullCalendar.Calendar(calendarEl, {
initialView: "listWeek",
initialView: "dayGridMonth",
events,
headerToolbar: {
left: 'prev,next today',
Expand Down

0 comments on commit 882fe86

Please sign in to comment.