Compare commits
2 commits
ce423303d5
...
7fd0daf8d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fd0daf8d3 | |||
| 413c98b039 |
2 changed files with 2 additions and 2 deletions
|
|
@ -1695,7 +1695,7 @@
|
|||
"annotationsCalendarSize": 128,
|
||||
"annotationsHighlight": "none",
|
||||
"annotationsMapSize": 128,
|
||||
"annotationsRange": "all",
|
||||
"annotationsRange": "position",
|
||||
"annotationsSize": 256,
|
||||
"annotationsSort": "position",
|
||||
"calendarFind": "",
|
||||
|
|
|
|||
|
|
@ -404,7 +404,7 @@ pandora.createLinks = function($element) {
|
|||
};
|
||||
|
||||
pandora.uploadDroppedFiles = function(files) {
|
||||
var documentExtensions = ['pdf', /* 'epub', 'txt', */ 'png', 'gif', 'jpg'];
|
||||
var documentExtensions = ['pdf', /* 'epub', 'txt', */ 'png', 'gif', 'jpg', 'jpeg'];
|
||||
files = Ox.map(files, function(file) { return file });
|
||||
|
||||
if (files.every(function(file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue