fix make private dialog

This commit is contained in:
j 2017-06-09 13:28:36 +02:00
parent 8a83ba5bb8
commit d6fdb4a8dd

View file

@ -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({