mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-17 11:27:59 +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:
@@ -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