diff --git a/download.js b/download.js index 68d5eac..1f854cd 100644 --- a/download.js +++ b/download.js @@ -93,7 +93,7 @@ function calculateCSS() { if (http.readyState == 4 && http.status == 200) { details.totalmingzip = parseInt(http.responseText) document.getElementById('details').innerHTML = document.getElementById('details').innerHTML.replace(' and', ','); - document.getElementById('details').innerHTML += ", and " + details.totalmingzip + " bytes minified and gzipped." + document.getElementById('details').innerHTML += ", and " + details.totalmingzip + " bytes minified and gzipped." mixpanel.track('Calculate CSS', details); } }