From eba59280099774efe3a1fbce8962005e9f78ca3f Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Tue, 2 Jul 2013 13:53:04 -0400 Subject: [PATCH] Added a comment --- cms/static/js/views/textbook.js | 2 ++ 1 file changed, 2 insertions(+) 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 } });