Merge branch 'dayrender' into devel

This commit is contained in:
Matthias Althaus 2011-10-26 11:44:24 +02:00
commit afd38c48df

View file

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