use global config for active_clients
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 24 Apr 2014 14:46:32 +0000 (14:46 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 24 Apr 2014 14:46:32 +0000 (14:46 +0000)
examples/htdocs/jasmine-local-popup.html
examples/htdocs/jasmine-popup.html

index 6e5d7bb..9e9345e 100644 (file)
@@ -50,7 +50,7 @@
     var jasmine_config = {
       search_query: "netbsd",
       expected_hits: 10,
-      active_clients: 17,
+      // active_clients: 17,
       show_record_url: true
     };
 
index 8d1cc67..91e770c 100644 (file)
@@ -41,6 +41,7 @@
     <script type="text/javascript">
     var mkws_config = {
       perpage_default: 10,
+      // active_clients: 17,
       pazpar2_url:          "//mkws.indexdata.com/service-proxy/",
       service_proxy_auth:   "//mkws.indexdata.com/service-proxy-testauth"
     };