[DE][PE] Change order for download formats.
This commit is contained in:
parent
e500335e15
commit
987e10fb2a
|
@ -52,9 +52,9 @@ define([
|
|||
menu: undefined,
|
||||
|
||||
formats: [[
|
||||
{name: 'DOCX', imgCls: 'docx', type: Asc.c_oAscFileType.DOCX},
|
||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF},
|
||||
{name: 'TXT', imgCls: 'txt', type: Asc.c_oAscFileType.TXT},
|
||||
{name: 'DOCX', imgCls: 'docx', type: Asc.c_oAscFileType.DOCX}
|
||||
{name: 'TXT', imgCls: 'txt', type: Asc.c_oAscFileType.TXT}
|
||||
],[
|
||||
// {name: 'DOC', imgCls: 'doc-format btn-doc', type: Asc.c_oAscFileType.DOC},
|
||||
{name: 'ODT', imgCls: 'odt', type: Asc.c_oAscFileType.ODT},
|
||||
|
|
|
@ -53,8 +53,8 @@ define([
|
|||
menu: undefined,
|
||||
|
||||
formats: [[
|
||||
{name: 'PPTX', imgCls: 'pptx', type: Asc.c_oAscFileType.PPTX},
|
||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF},
|
||||
{name: 'PPTX', imgCls: 'pptx', type: Asc.c_oAscFileType.PPTX},
|
||||
{name: 'ODP', imgCls: 'odp', type: Asc.c_oAscFileType.ODP}
|
||||
]],
|
||||
|
||||
|
|
Loading…
Reference in a new issue