Remove unneeded arguments
They are the defaults now
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user