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({
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() {
......
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