My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions

Issue 191 attachment: BasicView.diff (392 bytes)

1
2
3
4
5
6
7
8
9
10
--- BasicView.js 2011-06-01 04:28:32.423740751 +0300
+++ BasicView-patched.js 2011-06-01 04:33:43.452488330 +0300
@@ -212,6 +212,7 @@ function BasicView(element, calendar, vi
cell.removeClass(tm + '-state-highlight fc-today');
}
cell.find('div.fc-day-number').text(date.getDate());
+ trigger('dayRender', this, date, cell);
if (dowDirty) {
setDayID(cell, date);
}
Powered by Google Project Hosting