minimal support for txt documents
This commit is contained in:
parent
3c69c0c101
commit
771cf460b4
9 changed files with 661 additions and 5 deletions
|
|
@ -434,7 +434,7 @@ pandora.imageExtensions = [
|
|||
];
|
||||
|
||||
pandora.documentExtensions = [
|
||||
'pdf', 'epub' /* , 'txt', */
|
||||
'pdf', 'epub', 'txt'
|
||||
].concat(pandora.imageExtensions);
|
||||
|
||||
pandora.uploadDroppedFiles = function(files) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue