fullcalendar set slotDuration无法正常工作

时间:2014-11-17 15:30:12

标签: javascript jquery ruby-on-rails fullcalendar

我的日历使用以下代码:

$( document).ready( function(){
    $('#calendar').fullCalendar( {
        header: {
            left: 'prev,next today',
            center: 'title',
            right: 'month,agendaWeek,agendaDay' },
        editable: true,
        slotDuration: '00:15:00',
        defaultView: 'agendaWeek',
        eventLimit: true,
        events: source
    }
)}

this flddle之后,我尝试将slotDuration设置为15分钟,但它无法正常工作。它只使用默认的30分钟。

当我在Chrome上打开日历时,我得到的唯一提示就是这个错误:

Failed to get text for stylesheet 37: No style sheet with given id found

知道哪个可能是问题?

0 个答案:

没有答案