mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-14 12:20:24 +08:00
odds and ends for 1.4.8 release
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
start: y + '-06-06 11:30:00',
|
||||
allDay: false
|
||||
},
|
||||
{
|
||||
title: 'O event',
|
||||
start: y + '-06-06T10:20:00-02:00',
|
||||
allDay: false
|
||||
},
|
||||
{
|
||||
id: 999,
|
||||
title: 'Repeating Event',
|
||||
@@ -102,6 +107,7 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
cal = $('#calendar').fullCalendar({
|
||||
ignoreTimezone: false,
|
||||
//lazyFetching: false,
|
||||
editable: true,
|
||||
header: {
|
||||
|
||||
Reference in New Issue
Block a user