[DE][PE] Change order for download formats.

This commit is contained in:
Julia Radzhabova 2018-01-25 10:33:59 +03:00
parent e500335e15
commit 987e10fb2a
2 changed files with 3 additions and 3 deletions

View file

@ -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},

View file

@ -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}
]],