mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 22:32:45 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user