From ba0189852aeeeec2413baf4b6fab2f04086659a7 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 17 Apr 2014 12:25:05 +0000 Subject: [PATCH] use of IDs is deprecated --- examples/htdocs/jasmine-popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }); -- 1.7.10.4