Unit tests for the MOTD MKWS-134
[mkws-moved-to-github.git] / examples / htdocs / jasmine-popup.html
index 4bf8835..f979e63 100644 (file)
     var mkws_config = {
       perpage_default: 10,
       pazpar2_url:          "//mkws.indexdata.com/service-proxy/",
-      service_proxy_auth:   "//mkws.indexdata.com/service-proxy-auth"
+      service_proxy_auth:   "//mkws.indexdata.com/service-proxy-testauth"
     };
 
     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 */
+        "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 */
     });
@@ -52,5 +52,6 @@ This directory contains an embryonic MasterKey Widget Set, based
 initially on "jsdemo" though now far removed from those beginnnings.
 [...]
     </pre>
+     <div id="testMOTD"><div id="mkwsMOTD">This is the mkwsMOTD div</div></div>
   </body>
 </html>