fix bugs with dialogs that represent multiple URLs, and history
This commit is contained in:
parent
9752b2e332
commit
f93fd49bd7
6 changed files with 58 additions and 60 deletions
|
|
@ -94,7 +94,7 @@ pandora.ui.listDialog = function(section) {
|
|||
})
|
||||
.bindEvent({
|
||||
click: function() {
|
||||
$dialog.close().remove();
|
||||
$dialog.close();
|
||||
}
|
||||
})
|
||||
],
|
||||
|
|
@ -104,6 +104,7 @@ pandora.ui.listDialog = function(section) {
|
|||
minWidth: width,
|
||||
height: 312,
|
||||
// keys: {enter: 'save', escape: 'cancel'},
|
||||
removeOnClose: true,
|
||||
title: 'List - ' + listData.name,
|
||||
width: width
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue