Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Update xdomain url
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodman committed Jul 21, 2015
1 parent 6a45369 commit f7a343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.coffee
Expand Up @@ -70,7 +70,7 @@ app.get "/_ah/health", (req, res) ->
app.get "/proxy.html", (req, res) ->
res.send """
<!DOCTYPE HTML>
<script src="//cdn.rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.min.js" master="#{wwwUrl}"></script>
<script src="https://cdn.rawgit.com/jpillora/xdomain/0.7.3/dist/xdomain.min.js" master="#{wwwUrl}"></script>
"""


Expand Down

0 comments on commit f7a343e

Please sign in to comment.