Skip to content
Snippets Groups Projects
Commit 1a0d6d21 authored by David Baumgold's avatar David Baumgold
Browse files

Forgot to call show() on saving notification

parent dd39ebec
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ CMS.Views.EditTextbook = Backbone.View.extend({
if(!this.model.isValid()) { return; }
var saving = new CMS.Views.Notification.Saving({
title: gettext("Saving…")
});
}).show();
var that = this;
this.model.save({}, {
success: function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment