X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fjasmine-local-popup.html;h=57ce497238ddbd40c115fbd68702763d5d1a90da;hb=d97b327c5b2d58ad3bcf49e5f739ad3a04109a3e;hp=bca47053a3c6f329c1e26a7c4d42da24dfd91c7f;hpb=c5495fa7539fabd8b38dcf76e436b37b1936aa9f;p=mkws-moved-to-github.git diff --git a/examples/htdocs/jasmine-local-popup.html b/examples/htdocs/jasmine-local-popup.html index bca4705..57ce497 100644 --- a/examples/htdocs/jasmine-local-popup.html +++ b/examples/htdocs/jasmine-local-popup.html @@ -12,6 +12,7 @@ + @@ -35,15 +36,15 @@ }; var jasmine_config = { - search_query: "pankow", - max_hits: 40, - show_record_url: false + search_query: "netbsd", + expected_hits: 10, + show_record_url: true }; 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 */ });