From b0c44d8fa53ed28632e0a72e7c4b92ee9a91fb65 Mon Sep 17 00:00:00 2001 From: sualko Date: Tue, 28 Apr 2020 08:18:41 +0200 Subject: [PATCH] feat: show menu for more file types fix #8 --- ts/filelist.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ts/filelist.ts b/ts/filelist.ts index 0d0e59e..18114f4 100644 --- a/ts/filelist.ts +++ b/ts/filelist.ts @@ -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();