mirror of https://github.com/apache/cloudstack.git
Close dialog after upload
This commit is contained in:
parent
053c160b0f
commit
d9a3268db6
|
|
@ -718,6 +718,13 @@
|
|||
context: args.context,
|
||||
$form: $form
|
||||
});
|
||||
|
||||
$('div.overlay').remove();
|
||||
$('.tooltip-box').remove();
|
||||
$formContainer.remove();
|
||||
$(this).dialog('destroy');
|
||||
|
||||
$('.hovered-elem').hide();
|
||||
},
|
||||
error: function(msg) {
|
||||
$form.find('.loading-overlay').remove();
|
||||
|
|
|
|||
Loading…
Reference in New Issue