From ca2339f15e311a5225bf0cbbf9f27640a8fcd0a8 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Tue, 2 Jul 2013 09:43:45 -0400 Subject: [PATCH] Remove unneeded arguments They are the defaults now --- cms/static/js/views/textbook.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() {