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

Issue 267 attachment: agenda.js.patch (615 bytes)

1
2
3
4
5
6
7
8
9
10
11
--- agenda.js.old 2009-12-31 16:25:52.693407687 +0100
+++ agenda.js 2009-12-31 16:22:55.921412448 +0100
@@ -531,7 +531,7 @@
if (seg.isEnd) {
className += 'fc-corner-bottom ';
}
- eventElement = $("<div class='" + className + event.className.join(' ') + "' />")
+ eventElement = $("<div id='raoul" + event.id + "' class='" + className + event.className.join(' ') + "' />")
.append(anchorElement = $("<a><span class='fc-event-bg'/></a>")
.append(timeElement = $("<span class='fc-event-time'/>")
.text(formatDates(event.start, event.end, view.option('timeFormat'))))
Powered by Google Project Hosting