Rename item
authorMike Taylor <mike@indexdata.com>
Tue, 18 Jun 2013 15:46:31 +0000 (16:46 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 18 Jun 2013 15:46:31 +0000 (16:46 +0100)
experiments/spclient/index.html
experiments/spclient/mkws.js
experiments/spclient/styles.css

index bf1021a..5924f3b 100644 (file)
@@ -13,7 +13,7 @@
     <noscript>
       <p>Searching will not work if JavaScript is disabled.</p>
     </noscript>
-    <div id="switchmenu"></div>
+    <div id="mkwsSwitch"></div>
     <div id="heading">
       <form id="searchForm" name="search">
         <input id="query" type="text" size="50" />
index b23e043..0f7eba8 100644 (file)
@@ -377,12 +377,12 @@ $(document).ready(function() {
     var jqxhr = jQuery.get("/service-proxy-auth")
        .fail(function() { alert("service proxy authentifiction failed"); });
 
-    $("#switchmenu").html($("<a/>", { href: '#',
+    $("#mkwsSwitch").html($("<a/>", { href: '#',
                                      onclick: "switchView(\'recordview\')",
                                      text: "Record Browser",
                                    }));
-    $("#switchmenu").append($("<span/>", { text: " | " }));
-    $("#switchmenu").append($("<a/>", { href: '#',
+    $("#mkwsSwitch").append($("<span/>", { text: " | " }));
+    $("#mkwsSwitch").append($("<a/>", { href: '#',
                                        onclick: "switchView(\'targetview\')",
                                        text: "Target Info",
                                      }));
index 624198a..45d946d 100644 (file)
@@ -80,7 +80,7 @@ div.details {
     margin: 4px;
 }
 
-#switchmenu {
+#mkwsSwitch {
     padding-bottom: 3px;
     text-align: right;
 }