Close dialog after upload

This commit is contained in:
Brian Federle 2015-01-16 09:23:42 -08:00
parent 053c160b0f
commit d9a3268db6
1 changed files with 7 additions and 0 deletions

View File

@ -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();