| Issue 40: | Bug when setting className to an array | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The problem can be duplicated by editing the gcal.html example file to have
this for the className:
events: $.fullCalendar.gcalFeed(
'http://www.google.com/calendar/feeds/usa__en%40holiday.calendar.google.com/public/basic',
{draggable: false, className: ['mygcal','gcal']}
),
Then view the page, and you'll see the markup has this in it:
<table class="event mygcal,gcal" style="position: absolute; top: 253px;
left: 2px; width: 123px; z-index: 3;">
Obviously, that comma shouldn't be there!
Jun 29, 2009
Project Member
#1
adamrs...@gmail.com
Status:
Fixed
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |