remove list dialog on close

This commit is contained in:
rolux 2011-11-08 09:50:53 +00:00
parent c5617e10e3
commit 99b79000d2

View file

@ -94,7 +94,7 @@ pandora.ui.listDialog = function(section) {
}) })
.bindEvent({ .bindEvent({
click: function() { click: function() {
$dialog.close(); $dialog.close().remove();
} }
}) })
], ],