Skip to content

Commit

Permalink
Fix to use correct unit for binary prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Aug 7, 2024
1 parent 92e3d2e commit 9960e86
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/stats/stats.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified extensions/stats/stats.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion extensions/stats/stats.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ const stats = {
: value;
}
return value
? this._.convert.size(value * 1000, {
? this._.convert.size(value * 1024, {
fixed: 0,
round: 1,
})
Expand Down
Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.

0 comments on commit 9960e86

Please sign in to comment.