feat: show menu for more file types

fix #8
pull/16/head
sualko 2020-04-28 08:18:41 +02:00
parent ace0cdc412
commit b0c44d8fa5
1 changed files with 8 additions and 0 deletions

View File

@ -22,10 +22,18 @@ $(() => {
'application/pdf',
'application/vnd.oasis.opendocument.presentation',
'application/vnd.oasis.opendocument.text',
'application/vnd.oasis.opendocument.spreadsheet',
'application/vnd.oasis.opendocument.graphics',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/vnd.openxmlformats-officedocument.presentationml.presentation',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'application/msword',
'application/vnd.ms-powerpoint',
'application/vnd.ms-excel',
'image/jpeg',
'image/png',
'text/plain',
'text/rtf',
];
const bbb = new BigBlueButton();