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