My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Done
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by ste...@gmail.com, Mar 21, 2013
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
this was fixed in a recent version. thanks
Status: Done
Sign in to add a comment

Powered by Google Project Hosting