0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

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 fac42b366b

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 });
});
},