mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
Monotone-Parent: b58773ad261dd708b850c5cd63f53133730d2c59
Monotone-Revision: d0d8f431bd9bb7676b29e0f9073ed40cfc1cf9e5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-20T16:11:21
This commit is contained in:
@@ -1211,6 +1211,7 @@ function refreshEventsAndTasks() {
|
||||
function onCalendarReload() {
|
||||
if (!reloadWebCalendars()) {
|
||||
refreshEventsAndTasks();
|
||||
changeCalendarDisplay();
|
||||
}
|
||||
|
||||
return false;
|
||||
@@ -1308,7 +1309,7 @@ function reloadWebCalendarCallback(http) {
|
||||
remaining.splice(calIdx, 1);
|
||||
if (remaining.length == 0) {
|
||||
refreshEventsAndTasks();
|
||||
changeCalendarDisplay(null, currentView);
|
||||
changeCalendarDisplay();
|
||||
}
|
||||
else {
|
||||
var newFolderID = remaining[0];
|
||||
@@ -1318,7 +1319,7 @@ function reloadWebCalendarCallback(http) {
|
||||
else {
|
||||
if (success) {
|
||||
refreshEventsAndTasks();
|
||||
changeCalendarDisplay(null, currentView);
|
||||
changeCalendarDisplay();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user