alert for missing file preview

This commit is contained in:
zadam
2021-01-30 15:59:59 +01:00
parent ae26f22114
commit 6b306ac426
3 changed files with 13 additions and 1 deletions

View File

@@ -161,6 +161,8 @@ function getContentDisposition(filename) {
const STRING_MIME_TYPES = [
"application/javascript",
"application/x-javascript",
"application/json",
"application/x-sql",
"image/svg+xml"
];