“Object not supported” Javascript error trying to access FullCalendar

后端 未结 3 1584
暖寄归人
暖寄归人 2020-12-29 17:14

. .

I walked in this morning to find out that a calendar, implemented using FullCalendar and a public Google feed, is no longer working. The calendar does not appea

3条回答
  •  借酒劲吻你
    2020-12-29 17:40

    As curCSS was an alias for css you can add the code below to go around that issue.

    if(!$.curCSS) 
        $.curCSS = $.css;
    

提交回复
热议问题