dont double load edit
This commit is contained in:
parent
55c40a9b88
commit
56dfb277db
1 changed files with 0 additions and 4 deletions
|
@ -385,10 +385,6 @@ pandora.ui.folders = function() {
|
||||||
Ox.forEach(pandora.$ui.folderList, function($list, id) {
|
Ox.forEach(pandora.$ui.folderList, function($list, id) {
|
||||||
$list.options('selected', []);
|
$list.options('selected', []);
|
||||||
});
|
});
|
||||||
} else {
|
|
||||||
Ox.forEach(pandora.$ui.folderList, function($list, id) {
|
|
||||||
$list.options('selected', [pandora.user.ui.edit]);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
pandora_find: function() {
|
pandora_find: function() {
|
||||||
|
|
Loading…
Reference in a new issue