Reverted the jsdemo client back to the usesessions mode.
authorJakub Skoczen <jakub@indexdata.dk>
Thu, 19 Jun 2008 13:43:50 +0000 (15:43 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Thu, 19 Jun 2008 13:43:50 +0000 (15:43 +0200)
www/jsdemo/example_client.js
www/jsdemo/index.html

index b6b1aea..41d01c5 100644 (file)
@@ -6,10 +6,10 @@
 // then register the form submit event with the pz2.search function
 // autoInit is set to true on default
 var usesessions = false;
-var pazpar2path = '.';
+var pazpar2path = '/pazpar2/search.pz2';
 if (document.location.hash == '#nosessions') {
-    usesessions = true;
-    pazpar2path = '/pazpar2/search.pz2';
+    usesessions = false;
+    pazpar2path = '.';
 }
 
 my_paz = new pz2( { "onshow": my_onshow,
index 7f28637..dee8f86 100644 (file)
@@ -14,9 +14,9 @@
  
  <body onload="domReady();">
 
-  <span class="jslink" onclick="switchView('recordview')">Records Browser</span>
+  <a href="#" onclick="switchView('recordview')">Records Browser</a>
   <span> | </span>
-  <span class="jslink" onclick="switchView('targetview')">Targets Information</span>
+  <a href="#" onclick="switchView('targetview')">Targets Information</a>
 
   <br/><br/>