mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-20 20:39:28 +00:00
Monotone-Parent: 1816a792f1f7aa94e6d90dc5abea13dcd55ac0c6
Monotone-Revision: 41e367adacf1d4f3454da39608bfaa1cd481222d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-25T18:44:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -746,8 +746,7 @@ function scrollDayView(scrollEvent) {
|
||||
var hours = $(daysView.childNodesWithTag("div")[0])
|
||||
.childNodesWithTag("div");
|
||||
|
||||
// Scroll to 8 AM by default
|
||||
offset = hours[8].offsetTop;
|
||||
offset = hours[dayStartHour].offsetTop;
|
||||
|
||||
if (scrollEvent && calendarEvents) {
|
||||
var event = calendarEvents[scrollEvent];
|
||||
|
||||
Reference in New Issue
Block a user