From 683ba2d520a01287ca6bdd1c7ac925013dd72cb2 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 22 Jan 2010 20:42:37 +0000 Subject: [PATCH] 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 --- UI/WebServerResources/SchedulerUI.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UI/WebServerResources/SchedulerUI.js b/UI/WebServerResources/SchedulerUI.js index c184b436c..133868f93 100644 --- a/UI/WebServerResources/SchedulerUI.js +++ b/UI/WebServerResources/SchedulerUI.js @@ -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;