X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fjasmine-local-popup.html;h=57ce497238ddbd40c115fbd68702763d5d1a90da;hb=d97b327c5b2d58ad3bcf49e5f739ad3a04109a3e;hp=79c2b2ae35d72dbc29773a3ba121ebac72cf00cb;hpb=f9473f349349e58b253d218ce7d9af6e2177e783;p=mkws-moved-to-github.git diff --git a/examples/htdocs/jasmine-local-popup.html b/examples/htdocs/jasmine-local-popup.html index 79c2b2a..57ce497 100644 --- a/examples/htdocs/jasmine-local-popup.html +++ b/examples/htdocs/jasmine-local-popup.html @@ -12,6 +12,7 @@ + @@ -42,8 +43,8 @@ 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_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 */ });