$("#mkwsSwitch").html($("<a/>", {
href: '#',
onclick: "switchView(\'records\')",
- text: "Records",
+ text: "Records"
}));
$("#mkwsSwitch").append($("<span/>", { text: " | " }));
$("#mkwsSwitch").append($("<a/>", {
href: '#',
onclick: "switchView(\'targets\')",
- text: "Targets",
+ text: "Targets"
}));
if (!config.mkws_switch) {
domReady();
}
-/*
+/*
* Run service-proxy authentication in background (after page load).
* The username/password is configured in the apache config file
* for the site.
$(document).ready(function() { mkws_html_all(mkws_config) });
$(document).ready(function() { mkws_service_proxy_auth(); });
-