Merge pull request #693 from gotdibbs/Issue511

Remove publish status reversion on failed save
This commit is contained in:
Hannah Wolfe 2013-09-11 06:38:37 -07:00
commit d89b457257

View File

@ -194,8 +194,6 @@
}, function (xhr) {
// Show a notification about the error
self.reportSaveError(xhr, model, status);
// Set the button text back to previous
model.set({ status: prevStatus });
});
},