We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cc2e2 commit 2328abcCopy full SHA for 2328abc
mk/emscripten/template.html.in
@@ -304,7 +304,7 @@
304
305
var update = Date.now() / 1000
306
progressDescElement.innerText = e.match(/[Dd]ownload/)
307
- ? getExp(parseInt(t[2])) + "b / " + getExp(parseInt(t[4])) + "b (" + getExp((parseInt(t[2]) - lastStep) / (update - lastUpdate)) + "b/s)"
+ ? getExp(parseInt(t[2])) + "B / " + getExp(parseInt(t[4])) + "B (" + getExp((parseInt(t[2]) - lastStep) / (update - lastUpdate)) + "B/s)"
308
: t[2] + " of " + t[4] + " assets loaded";
309
lastUpdate = Date.now() / 1000;
310
lastStep = parseInt(t[2]);
0 commit comments