mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-15 12:25:20 +08:00
gcal bug backported
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
version 1.2.2 (9/21/09)
|
||||
- backport of gcal max-results bug
|
||||
|
||||
version 1.2.1 (6/29/09)
|
||||
- bugfixes
|
||||
- allows and corrects invalid end dates for events
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
{
|
||||
'start-min': $.fullCalendar.formatDate(start, 'c'),
|
||||
'start-max': $.fullCalendar.formatDate(end, 'c'),
|
||||
'singleevents': true
|
||||
'singleevents': true,
|
||||
'max-results': 9999
|
||||
},
|
||||
function(data) {
|
||||
var events = [];
|
||||
|
||||
Reference in New Issue
Block a user