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:
b62a241
)
document mkws_service_proxy_auth()
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 20 Jun 2013 12:27:58 +0000
(12:27 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 20 Jun 2013 12:27:58 +0000
(12:27 +0000)
experiments/spclient/mkws.js
patch
|
blob
|
history
diff --git
a/experiments/spclient/mkws.js
b/experiments/spclient/mkws.js
index
fa551a7
..
f0a8f7f
100644
(file)
--- a/
experiments/spclient/mkws.js
+++ b/
experiments/spclient/mkws.js
@@
-425,7
+425,11
@@
function mkws_html_all() {
domReady();
}
-
+/*
+ * Run service-proxy authentication in background (after page load).
+ * The username/password is configured in the apache config file
+ * for the site.
+ */
function mkws_service_proxy_auth() {
var jqxhr = jQuery.get("/service-proxy-auth")
.fail(function() {