remove useless link
This commit is contained in:
parent
49cbebb645
commit
78b08069ad
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue