load jquery-ui at the bottom of the page, MKWS-34
[mkws-moved-to-github.git] / examples / htdocs / index-popup.html
index 3adb9d7..2b9f239 100644 (file)
@@ -18,7 +18,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 +76,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>