set mkws_config = { .. }
[mkws-moved-to-github.git] / examples / htdocs / jasmine-popup.html
index 6ca6304..d1c2bba 100644 (file)
 
   <body>
     <script type="text/javascript">
+    var mkws_config = { show_lang: 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": 880,                    /* popup width, should be at least 800 */
+        "width": 990,                    /* popup width, should be at least 800 */
         "height": 760                    /* popup height, should be at least 600 */
     });
     </script>