Forgot to call show() on saving notification
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user