diff --git a/cms/static/js/models/section.js b/cms/static/js/models/section.js index b24b281d51..5088132b89 100644 --- a/cms/static/js/models/section.js +++ b/cms/static/js/models/section.js @@ -19,7 +19,6 @@ CMS.Models.Section = Backbone.Model.extend({ initialize: function() { this.listenTo(this, "request", this.showNotification); this.listenTo(this, "sync", this.hideNotification); - this.listenTo(this, "error", this.hideNotification); }, showNotification: function() { if(!this.msg) {