| Issue 1751: | In 'Day' mode, header always has 'fc-sun' style class. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
fullcalendar.js(1.6.0) line 2303 html += "<th class='fc-day-header fc-" + dayIDs[i] + " " + headerClass + "'/>"; should be...like this: html += "<th class='fc-day-header fc-" + dayIDs[_cellDate(0, i).getDay()] + " " + headerClass + "'/>";
Aug 24, 2013
Project Member
#1
adamrs...@gmail.com
Status:
Done
|
|
| ► Sign in to add a comment |