remove useless link

This commit is contained in:
Owen Versteeg 2014-01-07 11:11:57 -05:00
parent 49cbebb645
commit 78b08069ad

View file

@ -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 <a href='http://8b51d1abd8.test-url.ws/gzip.php?encode="+mincss+"'>minified and gzipped</a>."
document.getElementById('details').innerHTML += ", and " + details.totalmingzip + " bytes minified and gzipped."
mixpanel.track('Calculate CSS', details);
}
}