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": {
|
"user": {
|
||||||
"level": "guest",
|
"level": "guest",
|
||||||
"ui": {
|
"ui": {
|
||||||
"annotationsCalendarSize": 256,
|
"annotationsCalendarSize": 192,
|
||||||
"annotationsFont": "small",
|
"annotationsFont": "small",
|
||||||
"annotationsMapSize": 256,
|
"annotationsMapSize": 192,
|
||||||
"annotationsRange": "position",
|
"annotationsRange": "position",
|
||||||
"annotationsSize": 256,
|
"annotationsSize": 256,
|
||||||
"annotationsSort": "position",
|
"annotationsSort": "position",
|
||||||
|
|
|
@ -122,6 +122,7 @@ pandora.addList = function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
function reloadFolder(newList) {
|
function reloadFolder(newList) {
|
||||||
|
pandora.$ui.folder[0].options({collapsed: false});
|
||||||
Ox.Request.clearCache('findLists');
|
Ox.Request.clearCache('findLists');
|
||||||
$folderList.bindEventOnce({
|
$folderList.bindEventOnce({
|
||||||
load: function(data) {
|
load: function(data) {
|
||||||
|
|
Loading…
Reference in a new issue