fix bugs with dialogs that represent multiple URLs, and history

This commit is contained in:
rolux 2011-11-09 17:37:44 +00:00
commit f93fd49bd7
6 changed files with 58 additions and 60 deletions

View file

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