mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
propagate from branch 'ca.inverse.sogo.1_3_15' (head d0d8f431bd9bb7676b29e0f9073ed40cfc1cf9e5)
to branch 'ca.inverse.sogo' (head 7da6a3fd504496abb13e361b594cd5dfd33ee4f9) Monotone-Parent: 7da6a3fd504496abb13e361b594cd5dfd33ee4f9 Monotone-Parent: d0d8f431bd9bb7676b29e0f9073ed40cfc1cf9e5 Monotone-Revision: 5b71abea869d3dd01b8df42afd8c6631b75ce2db Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-20T16:11:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2012-04-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/SchedulerUI.js (onCalendarReload): invoke
|
||||
changerCalendarDisplay when no web calendars are present...
|
||||
|
||||
* UI/WebServerResources/HTMLElement.js: enhanced both
|
||||
HTMLCollection and NodeList with the "Enumerable" interface.
|
||||
|
||||
|
||||
@@ -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