use of IDs is deprecated
[mkws-moved-to-github.git] / examples / htdocs / jasmine-popup.html
index 88763a2..9bbe36f 100644 (file)
@@ -47,7 +47,7 @@
     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 */
     });