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
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