Skip to content

Commit 3ef9b3d

Browse files
authored
Update stats.js
1 parent a7b592d commit 3ef9b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function displayStatsJSON (reportText) {
2020
var blns = stats.downloads.all / 1e9
2121
div.innerHTML = (
2222
mlns.toFixed(0) + ' million monthly downloads<br>' +
23-
blns.toFixed(0) + ' billion all-time downloads'
23+
blns.toFixed(1) + ' billion all-time downloads'
2424
)
2525

2626
div = document.getElementById('stats-members')

0 commit comments

Comments
 (0)