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

Issue 626 attachment: fullcalendar_scrollToHour_v147.patch (334 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
547a548,551
> scrollToHour: function(hour) {
> view.scrollToHour(hour);
> },
>
1826a1831
> scrollToHour: scrollToHour,
1999a2005,2008
> scrollToHour(options.firstHour);
> }
>
> function scrollToHour(hour) {
2002c2011
< scrollDate.setHours(options.firstHour);
---
> scrollDate.setHours(hour);
Powered by Google Project Hosting