From: Mike Taylor Date: Wed, 19 Jun 2013 15:50:02 +0000 (+0100) Subject: Reformat. X-Git-Tag: 0.9.1~575^2~24 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=7b66474e2df7a5cf6247903c0d52a00fc99a89da;p=mkws-moved-to-github.git Reformat. Shorter labels. --- diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index 72531f3..3dd49c2 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -373,15 +373,17 @@ function renderDetails(data, marker) $(document).ready(function() { - $("#mkwsSwitch").html($("", { href: '#', - onclick: "switchView(\'records\')", - text: "Record Browser", - })); + $("#mkwsSwitch").html($("", { + href: '#', + onclick: "switchView(\'records\')", + text: "Records", + })); $("#mkwsSwitch").append($("", { text: " | " })); - $("#mkwsSwitch").append($("", { href: '#', - onclick: "switchView(\'targets\')", - text: "Target Info", - })); + $("#mkwsSwitch").append($("", { + href: '#', + onclick: "switchView(\'targets\')", + text: "Targets", + })); // For some reason, doing this programmatically results in // document.search.query being undefined, hence the raw HTML.