From: Wolfram Schneider Date: Thu, 20 Jun 2013 12:51:35 +0000 (+0000) Subject: simplify config for users X-Git-Tag: 0.9.1~574^2~24 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=46ada66e14a066e7594d78783360ae4d83932f9c simplify config for users --- diff --git a/experiments/spclient/index.html b/experiments/spclient/index.html index 919b2d0..8195cbc 100644 --- a/experiments/spclient/index.html +++ b/experiments/spclient/index.html @@ -7,14 +7,12 @@ MKWS demo client + - diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index d823c4a..fa4b5de 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -474,6 +474,6 @@ function mkws_service_proxy_auth() { }); } -/* moved to index.html: $(document).ready(function() { mkws_html_all( { mkws_switch: false }); }); */ +$(document).ready(function() { mkws_html_all(mkws_config) }); $(document).ready(function() { mkws_service_proxy_auth(); });