[DE] Download as oform and docxf

This commit is contained in:
Julia Radzhabova 2021-10-08 20:14:28 +03:00
parent c3c2519bee
commit bb417b0678
2 changed files with 6 additions and 2 deletions

View file

@ -545,7 +545,9 @@ define([
Asc.c_oAscFileType.OTT,
Asc.c_oAscFileType.FB2,
Asc.c_oAscFileType.EPUB,
Asc.c_oAscFileType.DOCM
Asc.c_oAscFileType.DOCM,
Asc.c_oAscFileType.DOCXF,
Asc.c_oAscFileType.OFORM
];
if ( !_format || _supported.indexOf(_format) < 0 )

View file

@ -159,7 +159,9 @@ define([
Asc.c_oAscFileType.OTT,
Asc.c_oAscFileType.FB2,
Asc.c_oAscFileType.EPUB,
Asc.c_oAscFileType.DOCM
Asc.c_oAscFileType.DOCM,
Asc.c_oAscFileType.DOCXF,
Asc.c_oAscFileType.OFORM
];
if ( !_format || _supported.indexOf(_format) < 0 )