diff --git a/cms/static/js/views/textbook.js b/cms/static/js/views/textbook.js index 9d83df0de2..7a14cc3262 100644 --- a/cms/static/js/views/textbook.js +++ b/cms/static/js/views/textbook.js @@ -35,9 +35,7 @@ CMS.Views.ShowTextbook = Backbone.View.extend({ click: function(view) { view.hide(); var delmsg = new CMS.Views.Notification.Saving({ - title: gettext("Deleting…"), - closeIcon: false, - minShown: 1250 + title: gettext("Deleting…") }).show(); textbook.destroy({ complete: function() {