| Issue 1750: | var 1.6.0 fc-day-header class bug | |
| 1 person starred this issue and may be notified of changes. | Back to list |
there is a bug in the "firstDay". not refrected "fc-day-header"class cell line 2303: html += "<th class='fc-day-header fc-" + dayIDs[i] + " " + headerClass + "'/>"; to html += "<th class='fc-day-header fc-" + dayIDs[indexDate(i).getDay()] + " " + headerClass + "'/>"; I am sorry for unclear English. It is honorable if you refer to it.
Aug 24, 2013
Project Member
#1
adamrs...@gmail.com
Status:
Done
|
|
| ► Sign in to add a comment |