mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
85677984d3
Closes #4557 - The underlying issue is that the PSM is already loaded when Ember routes from an existing post to a new post. Instead of resetting the ‘Published Date’ value manually (with jQuery), I’m using Ember’s computed property setter to ‘refresh’ the cache for that property. I believe that this Ember solution is better than manually going in and resetting it with jQuery. |
||
---|---|---|
.. | ||
editor | ||
posts | ||
settings | ||
application.js | ||
authenticated.js | ||
content.js | ||
debug.js | ||
error404.js | ||
forgotten.js | ||
mobile-index-route.js | ||
posts.js | ||
reset.js | ||
settings.js | ||
setup.js | ||
signin.js | ||
signout.js | ||
signup.js |