dragNdrop from the events table to the calendars list

This commit is contained in:
Alexandre Cloutier
2014-07-11 17:04:06 -04:00
parent ccf181bcf9
commit 6dddb5c98c
3 changed files with 95 additions and 4 deletions

View File

@@ -11,10 +11,9 @@ function onThisButtonClick(event) {
else if (action == 'delete')
window.opener.performEventDeletion(calendarFolder, componentName,
recurrenceName);
else if (action == 'adjust') {
else if (action == 'adjust')
window.opener.performEventAdjustment(calendarFolder, componentName,
recurrenceName, queryParameters);
}
else
window.alert("Invalid action: " + action);