Merge branch 'dayrender' into devel

master
Matthias Althaus 2011-10-26 11:44:24 +02:00
commit afd38c48df
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ function BasicView(element, calendar, viewName) {
cell.removeClass(tm + '-state-highlight fc-today');
}
cell.find('div.fc-day-number').text(date.getDate());
trigger('dayRender', t, date, cell);
if (dowDirty) {
setDayID(cell, date);
}