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


Sign in to add a comment
 
Reported by Seiichi....@gmail.com, Mar 22, 2013
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
this should be fixed in recent versions.
Status: Done
Sign in to add a comment

Powered by Google Project Hosting