minimal support for epub documents

This commit is contained in:
j 2025-06-21 08:29:19 +02:00
commit 3c69c0c101
50 changed files with 30209 additions and 10 deletions

View file

@ -434,7 +434,7 @@ pandora.imageExtensions = [
];
pandora.documentExtensions = [
'pdf', /* 'epub', 'txt', */
'pdf', 'epub' /* , 'txt', */
].concat(pandora.imageExtensions);
pandora.uploadDroppedFiles = function(files) {