Commit ca2339f1 by David Baumgold

Remove unneeded arguments

They are the defaults now
parent ee61b153
...@@ -35,9 +35,7 @@ CMS.Views.ShowTextbook = Backbone.View.extend({ ...@@ -35,9 +35,7 @@ CMS.Views.ShowTextbook = Backbone.View.extend({
click: function(view) { click: function(view) {
view.hide(); view.hide();
var delmsg = new CMS.Views.Notification.Saving({ var delmsg = new CMS.Views.Notification.Saving({
title: gettext("Deleting…"), title: gettext("Deleting…")
closeIcon: false,
minShown: 1250
}).show(); }).show();
textbook.destroy({ textbook.destroy({
complete: function() { complete: function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment