forked from 0x2620/pandora
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});
|
pandora.$ui.folder[0].options({collapsed: false});
|
||||||
Ox.Request.clearCache('findLists');
|
Ox.Request.clearCache('findLists');
|
||||||
$folderList.bindEventOnce({
|
$folderList.bindEventOnce({
|
||||||
load: function(data) {
|
load: function() {
|
||||||
$folderList.gainFocus()
|
$folderList.gainFocus()
|
||||||
.options({selected: [newList]})
|
.options({selected: [newList]})
|
||||||
.editCell(newList, 'name', true);
|
.editCell(newList, 'name', true);
|
||||||
|
|
Loading…
Reference in a new issue