From 57b0ad61d2a6a2ce7e05fb5680115a406650f257 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 20 Jun 2013 12:27:58 +0000 Subject: [PATCH] document mkws_service_proxy_auth() --- experiments/spclient/mkws.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index fa551a7..f0a8f7f 100644 --- 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() { -- 1.7.10.4