mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-24 07:32:44 +00:00
Monotone-Parent: 35455f2daa8bdc286b741beb40d82bc61a581c00
Monotone-Revision: 7dbe5d340e27b64c25a5f3398668c84d53c03e06 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-17T21:27:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user