add rtf and txt as supported file formats

pull/11/head
Andras Timar 7 years ago
parent 626d447a90
commit 829b2b77b9

@ -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',
@ -244,4 +247,4 @@ $(document).ready(function() {
$('#content').removeClass('loading');
}
}, false);
});
});

Loading…
Cancel
Save