Compare commits

...

2 commits

Author SHA1 Message Date
j
7fd0daf8d3 default to at position in icma 2019-10-14 12:16:38 +01:00
j
413c98b039 accept jpeg 2019-10-14 12:16:23 +01:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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) {