setup to use local SP with MKWS jasmine test account, MKWS-132
[mkws-moved-to-github.git] / examples / htdocs / jasmine-local-popup.html
index 57ce497..fe1752d 100644 (file)
 
   <body>
     <script type="text/javascript">
+
+    // using a local service proxy !!!
     var mkws_config = {
       perpage_default: 10,
       pazpar2_url:          "/service-proxy/",
-      service_proxy_auth:   "/service-proxy-auth"
+      service_proxy_auth:   "/service-proxy-testauth"
     };
 
     var jasmine_config = {
@@ -43,8 +45,6 @@
 
     jQuery.pazpar2({
         "layout": "popup",               /* "table" [default], "div", "popup" */
-        "id_button": "input.mkwsButton", /* submit button id in search field */
-        "id_popup": ".mkwsPopup",        /* internal id of popup window */
         "width": 990,                    /* popup width, should be at least 800 */
         "height": 760                    /* popup height, should be at least 600 */
     });