From c317eee9fda4c17b6eef487a5c1c12368a6b9af7 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 27 Jan 2012 23:59:26 +0530 Subject: [PATCH] default map/event size, open annotation if selected --- pandora/padma.jsonc | 4 ++-- static/js/pandora/utils.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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) {