CLOUDSTACK-5480: Fix broken password confirm validation

Properly destroy add account dialog on close, to fix password confirm
validation pointing to wrong dialog's field.
This commit is contained in:
Brian Federle 2013-12-13 08:44:06 -08:00
parent 1cc68ae6c6
commit 8821d75442
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
var close = function() {
$wizard.dialog('destroy');
$wizard.remove();
$('div.overlay').fadeOut(function() {
$('div.overlay').remove();
});