bring the jquery-ui files together
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 21 Oct 2014 14:04:40 +0000 (14:04 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 21 Oct 2014 14:04:40 +0000 (14:04 +0000)
examples/htdocs/popup.html

index a2b5dd9..3a1e4e1 100644 (file)
@@ -3,7 +3,6 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: Popup Widget</title>
     <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
-    <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
 
     <script type="text/javascript">
       var mkws_config = {
@@ -12,6 +11,8 @@
     </script>
 
     <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
+
+    <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
     <!-- jquery-ui need a reference to the internal jQuery object -->
     <script>$ = jQuery = mkws.$; </script>
     <script type="text/javascript" src="//code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>