Remove publish status reversion on failed save

Fixes #511

- Removed logic to revert publish status back to page default on error.
This commit is contained in:
William Dibbern 2013-09-10 09:42:27 -05:00
parent 2a6d17f130
commit b379d0dec1

View File

@ -190,8 +190,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 });
});
},