Remove page blur on successful upload
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user