Great price and record fast shipping time!!! Would request again. :) #131

Merged
pmcelhaney merged 1 commits from patch-1 into master 2012-03-20 18:12:15 +00:00

View File

@ -45,8 +45,6 @@
http.onreadystatechange = function() {
if(http.readyState === http.DONE) {
console.log(http);
console.log(http.getResponseHeader('Last-Modified'));
callback(http.getResponseHeader('Last-Modified'));
}
};