projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5694f13
)
Hardwire which site to get SP auth from.
author
Mike Taylor
<mike@indexdata.com>
Wed, 19 Jun 2013 16:44:46 +0000
(17:44 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 19 Jun 2013 16:44:46 +0000
(17:44 +0100)
experiments/spclient/mkws.js
patch
|
blob
|
history
diff --git
a/experiments/spclient/mkws.js
b/experiments/spclient/mkws.js
index
3c8d76e
..
575214d
100644
(file)
--- a/
experiments/spclient/mkws.js
+++ b/
experiments/spclient/mkws.js
@@
-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!");
})