mirror of https://github.com/apache/cloudstack.git
Affinity UI: Cleanup dialog on close
This commit is contained in:
parent
57686aeeaf
commit
2be8368f44
|
|
@ -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');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue