From: Wolfram Schneider Date: Thu, 17 Apr 2014 12:25:05 +0000 (+0000) Subject: use of IDs is deprecated X-Git-Tag: 1.0.0~913 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=ba0189852aeeeec2413baf4b6fab2f04086659a7;p=mkws-moved-to-github.git use of IDs is deprecated --- diff --git a/examples/htdocs/jasmine-popup.html b/examples/htdocs/jasmine-popup.html index 88763a2..9bbe36f 100644 --- a/examples/htdocs/jasmine-popup.html +++ b/examples/htdocs/jasmine-popup.html @@ -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 */ });