Compare commits

..

No commits in common. "7fd0daf8d32578d2d3ac75cb1c61f9b2bb8af1c1" and "ce423303d55a1dadb9e7c010eda0cc898160dde3" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1695,7 +1695,7 @@
"annotationsCalendarSize": 128, "annotationsCalendarSize": 128,
"annotationsHighlight": "none", "annotationsHighlight": "none",
"annotationsMapSize": 128, "annotationsMapSize": 128,
"annotationsRange": "position", "annotationsRange": "all",
"annotationsSize": 256, "annotationsSize": 256,
"annotationsSort": "position", "annotationsSort": "position",
"calendarFind": "", "calendarFind": "",

View file

@ -404,7 +404,7 @@ pandora.createLinks = function($element) {
}; };
pandora.uploadDroppedFiles = function(files) { 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 }); files = Ox.map(files, function(file) { return file });
if (files.every(function(file) { if (files.every(function(file) {