Commit aa1fbbbc by David Baumgold

Remove page blur on successful upload

parent f198b7e2
...@@ -214,7 +214,7 @@ CMS.Views.UploadDialog = Backbone.View.extend({ ...@@ -214,7 +214,7 @@ CMS.Views.UploadDialog = Backbone.View.extend({
options.asset_path = response.url; options.asset_path = response.url;
chapter.set(options); chapter.set(options);
} }
this.remove(); this.hideAndRemove();
}, },
error: function() { error: function() {
this.model.set({ this.model.set({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment