diff --git a/cms/static/js/views/textbook.js b/cms/static/js/views/textbook.js index 9b6b93bf2b..d0bbb36881 100644 --- a/cms/static/js/views/textbook.js +++ b/cms/static/js/views/textbook.js @@ -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 } });