mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
9a7ebeef1c
refs #7449, refs #7514, refs #7643 - We've had a couple of issues raised, and a few people in #help all report the same error: > Cannot read property 'zone' of undefined When starting Ghost. I'm not sure why this seems to work sometimes, and not others, however it would seem that we should require moment-timezone anywhere we want to use timezone features. This PR fixes the LOC shown in #7449 as the problem line + I searched for any other potential problems |
||
---|---|---|
.. | ||
tpl | ||
asset.js | ||
author.js | ||
body_class.js | ||
content.js | ||
date.js | ||
encode.js | ||
excerpt.js | ||
facebook_url.js | ||
foreach.js | ||
get.js | ||
ghost_foot.js | ||
ghost_head.js | ||
has.js | ||
image.js | ||
index.js | ||
is.js | ||
meta_description.js | ||
meta_title.js | ||
navigation.js | ||
page_url.js | ||
pagination.js | ||
plural.js | ||
post_class.js | ||
prev_next.js | ||
tags.js | ||
template.js | ||
title.js | ||
twitter_url.js | ||
url.js | ||
utils.js |