default map/event size, open annotation if selected
This commit is contained in:
parent
f327f6b6d8
commit
c317eee9fd
2 changed files with 3 additions and 2 deletions
|
@ -516,9 +516,9 @@
|
|||
"user": {
|
||||
"level": "guest",
|
||||
"ui": {
|
||||
"annotationsCalendarSize": 256,
|
||||
"annotationsCalendarSize": 192,
|
||||
"annotationsFont": "small",
|
||||
"annotationsMapSize": 256,
|
||||
"annotationsMapSize": 192,
|
||||
"annotationsRange": "position",
|
||||
"annotationsSize": 256,
|
||||
"annotationsSort": "position",
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue