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

Added a comment

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