When clicking on the Reload button in the Calendar module, the list of events is

now also reloaded.

Monotone-Parent: 149c53aba731f158240e0887a26fa6309fc3694a
Monotone-Revision: 637d4bc405444db20b4ed12bf09dd27c7780047b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-01-22T20:42:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-01-22 20:42:37 +00:00
parent 05aa300146
commit 683ba2d520

View File

@@ -973,12 +973,13 @@ function onMonthOverview() {
}
function onCalendarReload() {
refreshEvents();
refreshTasks();
reloadWebCalendars ();
reloadWebCalendars();
return false;
}
function reloadWebCalendars () {
function reloadWebCalendars() {
var url = ApplicationBaseURL + "reloadWebCalendars";
if (document.reloadWebCalAjaxRequest) {
document.reloadWebCalAjaxRequest.aborted = true;