Skip to content
Snippets Groups Projects
Commit aa1fbbbc authored by David Baumgold's avatar David Baumgold
Browse files

Remove page blur on successful upload

parent f198b7e2
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment