My favorites
▼
|
Sign in
fullcalendar
ISSUE TRACKER HAS MOVED. DO NOT USE THIS (more info)
Project Home
Issues
Export to GitHub
New issue
Search
Search within:
All issues
Open issues
New issues
Issues to verify
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