From 413c98b0399500ec2f735a74a2a68374e8205f32 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 14 Oct 2019 12:16:23 +0100 Subject: [PATCH 1/2] accept jpeg --- static/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/utils.js b/static/js/utils.js index 3ce86c15..ebdc5cd0 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -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) { From 7fd0daf8d32578d2d3ac75cb1c61f9b2bb8af1c1 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 14 Oct 2019 12:16:38 +0100 Subject: [PATCH 2/2] default to at position in icma --- pandora/config.indiancinema.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index be2a79db..3ba5b93b 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -1695,7 +1695,7 @@ "annotationsCalendarSize": 128, "annotationsHighlight": "none", "annotationsMapSize": 128, - "annotationsRange": "all", + "annotationsRange": "position", "annotationsSize": 256, "annotationsSort": "position", "calendarFind": "",