X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fjasmine-local-popup.html;h=50906df52c4fcad7bac49e39232ef7803b0a2395;hb=d5e9b1de8b7fb1af32d4c1777e92d11fe0bbecf8;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..50906df 100644 --- a/examples/htdocs/jasmine-local-popup.html +++ b/examples/htdocs/jasmine-local-popup.html @@ -12,6 +12,7 @@ + @@ -35,15 +36,13 @@ }; 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 */ "width": 990, /* popup width, should be at least 800 */ "height": 760 /* popup height, should be at least 600 */ });