Commit eba59280 by David Baumgold

Added a comment

parent fe858756
...@@ -321,6 +321,8 @@ CMS.Views.UploadDialog = Backbone.View.extend({ ...@@ -321,6 +321,8 @@ CMS.Views.UploadDialog = Backbone.View.extend({
error: _.bind(this.error, this), error: _.bind(this.error, this),
uploadProgress: _.bind(this.progress, this), uploadProgress: _.bind(this.progress, this),
data: { data: {
// don't show the generic error notification; we're in a modal,
// and we're better off modifying it instead.
notifyOnError: false notifyOnError: false
} }
}); });
......
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