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

Issue 1108 attachment: dayseg_position_fix.diff (260 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
--- fullcalendar.js.orig 2011-04-09 14:13:16.000000000 +0200
+++ fullcalendar.js 2011-09-08 20:39:00.000000000 +0200
@@ -4804,6 +4804,9 @@
}
seg.outerHeight = element[0].offsetHeight + val;
}
+ else {
+ seg.outerHeight = 0;
+ }
}
}

Powered by Google Project Hosting