Remove page blur on successful upload

This commit is contained in:
David Baumgold
2013-06-05 14:24:25 -04:00
parent f198b7e297
commit aa1fbbbc99

View File

@@ -214,7 +214,7 @@ CMS.Views.UploadDialog = Backbone.View.extend({
options.asset_path = response.url;
chapter.set(options);
}
this.remove();
this.hideAndRemove();
},
error: function() {
this.model.set({