fix make private dialog
This commit is contained in:
parent
8a83ba5bb8
commit
d6fdb4a8dd
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
pandora.ui.makeListPrivateDialog = function(name, subscribers, callback) {
|
||||
|
||||
var ui = pandora.user.ui,
|
||||
folderItem = ui.section == 'item' ? 'List' : 'Edit',
|
||||
folderItems = pandora.getFolderItems(ui.section),
|
||||
folderItem = folderItems.slice(0, -1),
|
||||
that = pandora.ui.iconDialog({
|
||||
buttons: [
|
||||
Ox.Button({
|
||||
|
|
Loading…
Reference in a new issue