0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/client/views
William Dibbern 3e1b37e194 Simplify publish date checks
Fixes #814

- Changed to compare instances of `moment` using it's built in
comparison function instead of string compare with the date from the
database.
- Ensure compared date is parsed with the correct formats that we were
supporting before #1107.
- Moved date formats to variables to reduce chance for error in future.
2013-10-16 11:32:20 -05:00
..
base.js Clear notifications before adding new ones 2013-09-18 02:48:38 +01:00
blog.js Added in functionality for a working loading bar 2013-10-08 16:39:07 +01:00
debug.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
editor-tag-widget.js Post settings gets published_at 2013-09-17 10:26:28 +01:00
editor.js Merge branch '0.3.2-wip' 2013-10-11 20:56:15 +01:00
login.js Correct validation message for short passwords 2013-09-19 08:41:04 +01:00
post-settings.js Simplify publish date checks 2013-10-16 11:32:20 -05:00
settings.js Cache selector in afterRender function 2013-10-14 20:56:20 +01:00