get a real file size
This commit is contained in:
parent
4e62a6d421
commit
4927118733
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
|
||||
var http = new XMLHttpRequest();
|
||||
var url = "http://8b51d1abd8.test-url.ws/gzipsize.php";
|
||||
var params = "?encode="+mincss;
|
||||
var params = "encode="+mincss;
|
||||
http.open("POST", url, true);
|
||||
|
||||
//Send the proper header information along with the request
|
||||
|
|
Loading…
Add table
Reference in a new issue