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