X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=experiments%2Fspclient%2Fmkws.js;h=2ec3c0c88934f7d16f7192dbebf570f4a7837b6c;hb=744787c0c9f3dad8a0b843b0189e7c3148d22e54;hp=fa4b5de0faa91fc00dcbef7ad110d54939640c3e;hpb=46ada66e14a066e7594d78783360ae4d83932f9c;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index fa4b5de..2ec3c0c 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -397,13 +397,13 @@ function mkws_html_all(data) { $("#mkwsSwitch").html($("", { href: '#', onclick: "switchView(\'records\')", - text: "Records", + text: "Records" })); $("#mkwsSwitch").append($("", { text: " | " })); $("#mkwsSwitch").append($("", { href: '#', onclick: "switchView(\'targets\')", - text: "Targets", + text: "Targets" })); if (!config.mkws_switch) { @@ -451,7 +451,7 @@ function mkws_html_all(data) { domReady(); } -/* +/* * Run service-proxy authentication in background (after page load). * The username/password is configured in the apache config file * for the site. @@ -476,4 +476,3 @@ function mkws_service_proxy_auth() { $(document).ready(function() { mkws_html_all(mkws_config) }); $(document).ready(function() { mkws_service_proxy_auth(); }); -