mirror of https://github.com/apache/cloudstack.git
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:
parent
1cc68ae6c6
commit
8821d75442
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
var close = function() {
|
||||
$wizard.dialog('destroy');
|
||||
$wizard.remove();
|
||||
$('div.overlay').fadeOut(function() {
|
||||
$('div.overlay').remove();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue