Skip to content

Commit

Permalink
fixup! Fix a CORS test to work with https support
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Nov 28, 2014
1 parent 0f0ee2e commit dc88d57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cors/basic.htm
Expand Up @@ -22,7 +22,6 @@
}
var url = scheme + "://" + (subdomain ? subdomain + "." : "") + location.hostname + ":" + port + dirname(location.pathname)
}
console.log(url)
async_test(desc).step(function() {
var client = new XMLHttpRequest();
this.count = counter++;
Expand Down

0 comments on commit dc88d57

Please sign in to comment.