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
8
attachment: patch.txt
(607 bytes)
1
2
3
4
5
6
7
8
9
10
11
--- public/javascripts/fullcalendar.js 2009-05-07 21:32:26.000000000 -0400
+++ /home/beren/Downloads/fullcalendar/fullcalendar.js 2009-04-26 23:46:53.000000000 -0400
@@ -373,7 +373,7 @@
.append("<tr>" +
(seg.isStart ? "<td class='sw'/>" : '') +
"<td class='s'/>" +
- (seg.isEnd ? "<td class='se'/>" : '') + "</tr>").attr("id", "event_"+event.id);
+ (seg.isEnd ? "<td class='se'/>" : '') + "</tr>");
buildEventText(element.find('td.c'), event,
typeof event.showTime == 'undefined' ? showTime : event.showTime);
if (options.eventRender) {
Powered by
Google Project Hosting