X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2FREADME.markdown;h=c4261dc8b44a0326398abff2b6dede18e9d1f204;hb=3c4a1a4d0329376614113bd4696be88e56524bf1;hp=6dc22c24bc00b963fa8774f46056f7c3c557fd2e;hpb=5bfa1fb03995552651dc40e91a89697322c996df;p=mkws-moved-to-github.git diff --git a/tools/htdocs/README.markdown b/tools/htdocs/README.markdown index 6dc22c2..c4261dc 100644 --- a/tools/htdocs/README.markdown +++ b/tools/htdocs/README.markdown @@ -104,7 +104,7 @@ Here is an example of all possible options jQuery.pazpar2({ "layout": "popup", /* "table" [default], "div", "popup" */ "id_button": "input#mkwsButton", /* submit button id in search field */ - "id_popup": "#mkwsPopup", /* interal id of popup window */ + "id_popup": "#mkwsPopup", /* internal id of popup window */ "width": 880, /* popup width, should be at least 800 */ "height": 760 /* popup height, should be at least 600 */ }); @@ -143,6 +143,7 @@ What next? ---------- Main areas of work: + * Make MKWS robust to missing widgets * Clean up the code