Merge pull request #131 from pmcelhaney/patch-1
Great price and record fast shipping time!!! Would request again. :)
This commit is contained in:
commit
68683e4b6c
@ -45,8 +45,6 @@
|
|||||||
|
|
||||||
http.onreadystatechange = function() {
|
http.onreadystatechange = function() {
|
||||||
if(http.readyState === http.DONE) {
|
if(http.readyState === http.DONE) {
|
||||||
console.log(http);
|
|
||||||
console.log(http.getResponseHeader('Last-Modified'));
|
|
||||||
callback(http.getResponseHeader('Last-Modified'));
|
callback(http.getResponseHeader('Last-Modified'));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user