Hardwire which site to get SP auth from.
authorMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 16:44:46 +0000 (17:44 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 16:44:46 +0000 (17:44 +0100)
experiments/spclient/mkws.js

index 3c8d76e..575214d 100644 (file)
@@ -427,7 +427,7 @@ $(document).ready(function() {
 });
 
 $(document).ready(function() {
-    var jqxhr = jQuery.get("/service-proxy-auth")
+    var jqxhr = jQuery.get("http://mkws.indexdata.com/service-proxy-auth")
        .fail(function() {
            alert("service proxy authentification failed, give up!");
        })