mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 10:02:43 +00:00
Fixed issue in view scrolling in the Calendar module of the web interface.
Monotone-Parent: a9ca74796870b82c5ed6e39bb94ee0f9d1bef9aa Monotone-Revision: ee8550aaa8fff50b1f80d13d050359038bd92e54 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-10-26T14:49:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1025,10 +1025,9 @@ function refreshCalendarEventsCallback(http) {
|
||||
}
|
||||
onWindowResize(null);
|
||||
}
|
||||
if (http.callbackData["scrollEvent"]) {
|
||||
if (http.callbackData["scrollEvent"])
|
||||
preventAutoScroll = false;
|
||||
scrollDayView(http.callbackData["scrollEvent"]);
|
||||
}
|
||||
scrollDayView(http.callbackData["scrollEvent"]);
|
||||
}
|
||||
else
|
||||
log("AJAX error when refreshing calendar events");
|
||||
|
||||
Reference in New Issue
Block a user