Compare commits
No commits in common. "7fd0daf8d32578d2d3ac75cb1c61f9b2bb8af1c1" and "ce423303d55a1dadb9e7c010eda0cc898160dde3" have entirely different histories.
7fd0daf8d3
...
ce423303d5
2 changed files with 2 additions and 2 deletions
|
|
@ -1695,7 +1695,7 @@
|
|||
"annotationsCalendarSize": 128,
|
||||
"annotationsHighlight": "none",
|
||||
"annotationsMapSize": 128,
|
||||
"annotationsRange": "position",
|
||||
"annotationsRange": "all",
|
||||
"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', 'jpeg'];
|
||||
var documentExtensions = ['pdf', /* 'epub', 'txt', */ 'png', 'gif', 'jpg'];
|
||||
files = Ox.map(files, function(file) { return file });
|
||||
|
||||
if (files.every(function(file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue