0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Kevin Ansfield f2c7e34c3f Fix missing error on signin when server has gone away
no issue
- `session.authenticate` calls out to jQuery for the ajax request which then raises it's own error but returns nothing when the server is not reachable. This is a quick fix so that we don't error and can pass through to the default error handler in the authentication step.
2015-11-26 11:15:17 +00:00
..
client Fix missing error on signin when server has gone away 2015-11-26 11:15:17 +00:00
server Docs link & unique error codes for startup checks 2015-11-26 16:20:11 +08:00
shared add themes ajax helper 2015-11-19 07:13:54 -06:00
test Handling Origin Header 2015-11-23 18:21:19 +01:00
index.js