Skip to content

Commit

Permalink
Merge pull request #272 from AFBarstow/master
Browse files Browse the repository at this point in the history
Change crosssite host name to www2
  • Loading branch information
odinho committed Aug 12, 2013
2 parents 4d2a2b6 + ec1a757 commit 8bf21c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eventsource/eventsource-cross-origin.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div id="log"></div>
<script>
var crossdomain = location.href
.replace('://', '://crosssite.')
.replace('://', '://www2.')
.replace(/\/[^\/]*$/, '/')

function doCORS(url, title) {
Expand Down
2 changes: 1 addition & 1 deletion eventsource/request-cache-control.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div id="log"></div>
<script>
var crossdomain = location.href
.replace('://', '://crosssite.')
.replace('://', '://www2.')
.replace(/\/[^\/]*$/, '/')

// running it twice to check whether it stays consistent
Expand Down
2 changes: 1 addition & 1 deletion eventsource/request-credentials.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div id="log"></div>
<script>
var crossdomain = location.href
.replace('://', '://crosssite.')
.replace('://', '://www2.')
.replace(/\/[^\/]*$/, '/')

function testCookie(desc, success, props, id) {
Expand Down

0 comments on commit 8bf21c3

Please sign in to comment.