diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index c7d73b39e..d9121a6e6 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -516,9 +516,9 @@ "user": { "level": "guest", "ui": { - "annotationsCalendarSize": 256, + "annotationsCalendarSize": 192, "annotationsFont": "small", - "annotationsMapSize": 256, + "annotationsMapSize": 192, "annotationsRange": "position", "annotationsSize": 256, "annotationsSort": "position", diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index 460d3c598..b60ffc62c 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -122,6 +122,7 @@ pandora.addList = function() { }); } function reloadFolder(newList) { + pandora.$ui.folder[0].options({collapsed: false}); Ox.Request.clearCache('findLists'); $folderList.bindEventOnce({ load: function(data) {