framework/js
Matteo Contrini a9eb14889e
Fix number abbreviation when the number is n-thousand (#2261)
This commit fixes the method `abbreviateNumber` so that it behaves as stated in the JSDoc.

Previously, an input of `1234` would have produced `1K`. With this change, the output will be `1.2K`.
2020-08-16 16:35:05 -04:00
..
dist Bundled output for commit c39b6a6d2f [skip ci] 2020-08-16 20:34:13 +00:00
src Fix number abbreviation when the number is n-thousand (#2261) 2020-08-16 16:35:05 -04:00
.prettierrc.json Configure prettier via JSON file 2020-04-17 10:44:36 +02:00
admin.js Webpack (#1367) 2018-06-20 13:20:31 +09:30
forum.js Webpack (#1367) 2018-06-20 13:20:31 +09:30
package-lock.json Bump elliptic from 6.5.2 to 6.5.3 in /js (#2251) 2020-07-31 01:08:39 +02:00
package.json Initial TypeScript infrastructure (#2206) 2020-07-03 14:47:44 +02:00
webpack.config.js Initial TypeScript infrastructure (#2206) 2020-07-03 14:47:44 +02:00