From 744787c0c9f3dad8a0b843b0189e7c3148d22e54 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 20 Jun 2013 12:53:56 +0000 Subject: [PATCH] strict JS --- experiments/spclient/mkws.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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(); }); - -- 1.7.10.4