Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2020-08-13 22:33:48 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-08-13 22:49:08 +0300
commit7fa9c7a3cb14b1f0fa7e988d4b34d47832d40096 (patch)
tree4e396260d4c23d424b4a0ecfb8832e94869800a7 /src
parent0c309be23904a8ab823700754c6a1c02fb4a745d (diff)
Allow pdfviewer to open illustrator (.ai) files
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index ce26dc7..a9ab86a 100644
--- a/src/main.js
+++ b/src/main.js
@@ -28,6 +28,7 @@ window.addEventListener('DOMContentLoaded', function() {
mimes: [
'application/pdf',
+ 'application/illustrator',
],
component: PDFView,