From: Wolfram Schneider Date: Thu, 20 Jun 2013 12:53:56 +0000 (+0000) Subject: strict JS X-Git-Tag: 0.9.1~574^2~23 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=744787c0c9f3dad8a0b843b0189e7c3148d22e54 strict JS --- 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(); }); -