forked from 0x2620/pandora
remove list dialog on close
This commit is contained in:
parent
c5617e10e3
commit
99b79000d2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ pandora.ui.listDialog = function(section) {
|
|||
})
|
||||
.bindEvent({
|
||||
click: function() {
|
||||
$dialog.close();
|
||||
$dialog.close().remove();
|
||||
}
|
||||
})
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue