javascript rework
This commit is contained in:
@@ -63,7 +63,7 @@ class CalendarModule extends Module {
|
||||
case "import":
|
||||
$result = $this->importCalendar($actionType, $actionData);
|
||||
break;
|
||||
case "attachmentpath":
|
||||
case "importattachment":
|
||||
$result = $this->getAttachmentPath($actionType, $actionData);
|
||||
break;
|
||||
default:
|
||||
|
@@ -67,7 +67,6 @@ class Plugincalendarimporter extends Plugin {
|
||||
'plugins' => Array(
|
||||
'calendarimporter' => Array(
|
||||
'enable' => PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE,
|
||||
'enable_export' => PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE_EXPORT,
|
||||
'enable_sync' => PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE_SYNC,
|
||||
'default_calendar' => PLUGIN_CALENDARIMPORTER_DEFAULT,
|
||||
'default_timezone' => PLUGIN_CALENDARIMPORTER_DEFAULT_TIMEZONE
|
||||
|
Reference in New Issue
Block a user