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:
Francis Lachapelle
2009-10-26 14:49:25 +00:00
parent f859e2fe59
commit 0c15bc1be7

View File

@@ -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");