[DE] Disable downloading some formats
This commit is contained in:
parent
1940f6dc12
commit
79ee683c1e
|
@ -554,10 +554,11 @@ define([
|
|||
Asc.c_oAscFileType.OTT,
|
||||
Asc.c_oAscFileType.FB2,
|
||||
Asc.c_oAscFileType.EPUB,
|
||||
Asc.c_oAscFileType.DOCM,
|
||||
Asc.c_oAscFileType.DOCXF,
|
||||
Asc.c_oAscFileType.OFORM
|
||||
Asc.c_oAscFileType.DOCM
|
||||
];
|
||||
if (this.appOptions.canFeatureForms) {
|
||||
_supported = _supported.concat([Asc.c_oAscFileType.DOCXF, Asc.c_oAscFileType.OFORM]);
|
||||
}
|
||||
|
||||
if ( !_format || _supported.indexOf(_format) < 0 )
|
||||
_format = Asc.c_oAscFileType.DOCX;
|
||||
|
|
|
@ -159,10 +159,11 @@ define([
|
|||
Asc.c_oAscFileType.OTT,
|
||||
Asc.c_oAscFileType.FB2,
|
||||
Asc.c_oAscFileType.EPUB,
|
||||
Asc.c_oAscFileType.DOCM,
|
||||
Asc.c_oAscFileType.DOCXF,
|
||||
Asc.c_oAscFileType.OFORM
|
||||
Asc.c_oAscFileType.DOCM
|
||||
];
|
||||
if (_main.appOptions.canFeatureForms) {
|
||||
_supported = _supported.concat([Asc.c_oAscFileType.DOCXF, Asc.c_oAscFileType.OFORM]);
|
||||
}
|
||||
|
||||
if ( !_format || _supported.indexOf(_format) < 0 )
|
||||
_format = Asc.c_oAscFileType.PDF;
|
||||
|
|
Loading…
Reference in a new issue