mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 01:40:21 +03:00
91873d1857
no issue - added `format-number` helper that uses browser's built-in `toLocaleString()` method to format numbers such as adding commas or periods to improve number readability (`123,000` instead of `123000`) - updated members chart totals to use the helper - replaced direct `.toLocaleString()` usage with the new helper so we can change global number formatting if needed |
||
---|---|---|
.. | ||
author-names.js | ||
background-image-style.js | ||
event-name.js | ||
format-number.js | ||
gh-count-characters.js | ||
gh-count-down-characters.js | ||
gh-format-post-time.js | ||
gh-user-can-admin.js | ||
gravatar.js | ||
highlighted-text.js | ||
integration-icon-style.js | ||
reset-query-params.js | ||
ui-btn-span.js | ||
ui-btn.js | ||
ui-text.js |