mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-03 02:25:25 +00:00
Monotone-Parent: d8068d4b9f0436c221c0b8a1a003a07b8eeeb7e2
Monotone-Revision: 7badfbd8d1cd3b2ebe83f81b973b4ebf210af8a2 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-19T17:17:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -601,6 +601,7 @@ function scrollDayView(scrollEvent) {
|
||||
}
|
||||
}
|
||||
else
|
||||
// Scroll to 8 AM
|
||||
offset = hours[8].offsetTop;
|
||||
|
||||
daysView.scrollTop = offset - 5;
|
||||
@@ -674,8 +675,7 @@ function refreshCalendarEventsCallback(http) {
|
||||
http.callbackData["startDate"],
|
||||
http.callbackData["endDate"]);
|
||||
}
|
||||
if (http.callbackData["scrollEvent"])
|
||||
scrollDayView(http.callbackData["scrollEvent"]);
|
||||
scrollDayView(http.callbackData["scrollEvent"]);
|
||||
}
|
||||
else
|
||||
log("AJAX error when refreshing calendar events");
|
||||
|
||||
Reference in New Issue
Block a user