default map/event size, open annotation if selected

This commit is contained in:
j 2012-01-27 23:59:26 +05:30
parent f327f6b6d8
commit c317eee9fd
2 changed files with 3 additions and 2 deletions

View file

@ -516,9 +516,9 @@
"user": {
"level": "guest",
"ui": {
"annotationsCalendarSize": 256,
"annotationsCalendarSize": 192,
"annotationsFont": "small",
"annotationsMapSize": 256,
"annotationsMapSize": 192,
"annotationsRange": "position",
"annotationsSize": 256,
"annotationsSort": "position",

View file

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