File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
assets/static/lib/fullcalendar-3.5.1 Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17601,6 +17601,7 @@ var ListViewGrid = Grid.extend({
17601
17601
// and mutate the latest seg to the be the end.
17602
17602
if (
17603
17603
! seg . isEnd && ! footprint . isAllDay &&
17604
+ dayIndex + 1 < dayRanges . length &&
17604
17605
footprint . unzonedRange . endMs < dayRanges [ dayIndex + 1 ] . startMs + view . nextDayThreshold
17605
17606
) {
17606
17607
seg . endMs = footprint . unzonedRange . endMs ;
Original file line number Diff line number Diff line change 24
24
{% block bottom %}
25
25
< script src ="{{ '/static/lib/jquery-3.1.1.min.js'|asseturl }} "> </ script >
26
26
< script src ="{{ '/static/lib/moment-with-locales.js'|asseturl }} "> </ script >
27
- < script src ="{{ '/static/lib/fullcalendar-3.5.1/fullcalendar.min. js'|asseturl }} "> </ script >
27
+ < script src ="{{ '/static/lib/fullcalendar-3.5.1/fullcalendar.js'|asseturl }} "> </ script >
28
28
< script src ="{{ '/static/lib/fullcalendar-3.5.1/locale-all.js'|asseturl }} "> </ script >
29
29
{#
30
30
< script src ="{{ '/static/calendar-data/events.js'|asseturl }} "> </ script >
You can’t perform that action at this time.
0 commit comments