allow ods and odp export directly from OnlyOffice

pull/1/head
ansuz 2021-09-27 14:44:28 +05:30
parent a9e9ee6c7a
commit 3e9b00077b
1 changed files with 2 additions and 2 deletions

View File

@ -1803,9 +1803,9 @@ define([
var type = common.getMetadataMgr().getPrivateData().ooType;
var warning = '';
if (type==="presentation") {
ext = ['.pptx', /*'.odp',*/ '.bin'];
ext = ['.pptx', '.odp', '.bin'];
} else if (type==="doc") {
ext = ['.docx', /*'.odt',*/ '.bin'];
ext = ['.docx', '.odt', '.bin'];
}
if (!supportsXLSX()) {