Affinity UI: Cleanup dialog on close

This commit is contained in:
Brian Federle 2013-04-22 11:27:47 -07:00
parent 57686aeeaf
commit 2be8368f44
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,7 @@
$('div.overlay').fadeOut(function() {
$('div.overlay').remove();
$(':ui-dialog').dialog('destroy');
});
}
},
@ -129,6 +130,7 @@
});
$('div.overlay').fadeOut(function() {
$('div.overlay').remove();
$(':ui-dialog').dialog('destroy');
});
}
}