add rtf and txt as supported file formats

This commit is contained in:
Andras Timar 2017-01-07 21:21:21 +01:00
Родитель 626d447a90
Коммит 829b2b77b9
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -12,6 +12,9 @@ var odfViewer = {
'application/vnd.wordperfect',
'application/msonenote',
'application/msword',
'application/rtf',
'text/rtf',
'text/plain',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/vnd.openxmlformats-officedocument.wordprocessingml.template',
'application/vnd.ms-word.document.macroEnabled.12',