Monotone-Parent: 35455f2daa8bdc286b741beb40d82bc61a581c00

Monotone-Revision: 7dbe5d340e27b64c25a5f3398668c84d53c03e06

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-17T21:27:02
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-02-17 21:27:02 +00:00
parent 745a219148
commit 9bb85f3ca5
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2010-02-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/SchedulerUI.js
(updateEventFromDraggingCallback): invoke refreshEventsAndDisplay
instead of changeCalendarDisplay alone.
2010-02-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/SchedulerUI.js (onMenuCurrentView): we

View File

@ -114,9 +114,7 @@ function performEventAdjustment(folder, event, recurrence, params) {
function updateEventFromDraggingCallback(http) {
if (http.readyState == 4) {
if (isHttpStatus204(http.status)) {
// var cell = this.callbackData.eventCell;
// cell.parentNode.removeChild(cell);
changeCalendarDisplay();
refreshEventsAndDisplay();
}
}
}