improve error message
[mkws-moved-to-github.git] / examples / htdocs / index-popup.html
index 3adb9d7..8ec75fe 100644 (file)
@@ -10,7 +10,6 @@
       mkws_config = {
         service_proxy_url : "/service-proxy/",
         service_proxy_auth : "/service-proxy-auth/",
-       switch_menu: false,
        lang_menu: false,
        perpage_default: 10,
        query_width: 50
@@ -18,7 +17,6 @@
     </script>
 
     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
-    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
     <!-- legacy libs for testing
     <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
     <script src="http://code.jquery.com/ui/1.8.0/jquery-ui.min.js"></script>
@@ -77,5 +75,6 @@ whatever makes up the application itself:
 
 [...]
     </pre>
+    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
   </body>
 </html>