cosmetic changes
This commit is contained in:
parent
82ff1d8a89
commit
f342e9ec84
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ pandora.addList = function() {
|
|||
pandora.$ui.folder[0].options({collapsed: false});
|
||||
Ox.Request.clearCache('findLists');
|
||||
$folderList.bindEventOnce({
|
||||
load: function(data) {
|
||||
load: function() {
|
||||
$folderList.gainFocus()
|
||||
.options({selected: [newList]})
|
||||
.editCell(newList, 'name', true);
|
||||
|
|
Loading…
Reference in a new issue