From: Wolfram Schneider Date: Thu, 13 Feb 2014 13:20:56 +0000 (+0000) Subject: remove "id_button" and "id_popup" from the popup config to get it working with new... X-Git-Tag: 1.0.0~1442^2 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=ce24aa17f8262af083240f6ad25f386eba7cb2ad;p=mkws-moved-to-github.git remove "id_button" and "id_popup" from the popup config to get it working with new classes --- diff --git a/examples/htdocs/jasmine-local-popup.html b/examples/htdocs/jasmine-local-popup.html index 57ce497..50906df 100644 --- a/examples/htdocs/jasmine-local-popup.html +++ b/examples/htdocs/jasmine-local-popup.html @@ -43,8 +43,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 */ });