From 16f5f0e87f546425e2e79c9a750b548cbef75bb9 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 13 Feb 2014 11:48:57 +0000 Subject: [PATCH] Use #mkwsPopup -- there is only one, by design. --- 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 4bf8835..7c5c732 100644 --- a/examples/htdocs/jasmine-popup.html +++ b/examples/htdocs/jasmine-popup.html @@ -38,7 +38,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