cosmetic changes

This commit is contained in:
rolux 2013-08-04 18:05:56 +00:00
parent 82ff1d8a89
commit f342e9ec84

View file

@ -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);