diff --git a/assets/static/lib/fullcalendar-3.5.1/fullcalendar.js b/assets/static/lib/fullcalendar-3.5.1/fullcalendar.js index c90a572..0650b02 100644 --- a/assets/static/lib/fullcalendar-3.5.1/fullcalendar.js +++ b/assets/static/lib/fullcalendar-3.5.1/fullcalendar.js @@ -17601,6 +17601,7 @@ var ListViewGrid = Grid.extend({ // and mutate the latest seg to the be the end. if ( !seg.isEnd && !footprint.isAllDay && + dayIndex + 1 < dayRanges.length && footprint.unzonedRange.endMs < dayRanges[dayIndex + 1].startMs + view.nextDayThreshold ) { seg.endMs = footprint.unzonedRange.endMs; diff --git a/templates/home.html b/templates/home.html index ee0685f..c36005b 100644 --- a/templates/home.html +++ b/templates/home.html @@ -24,7 +24,7 @@ {% block bottom %} - + {#