You should add a 'type' attribute with a value of 'text/css' to the 'link' element...
[mkws-moved-to-github.git] / examples / htdocs / index-popup.html
index 54a81f2..2d39be3 100644 (file)
@@ -3,8 +3,8 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: popup search box</title>
 
-    <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
-    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
+    <link rel="stylesheet" type="text/css" href="mkwsStyle.css" />
 
     <script type="text/javascript">
       mkws_config = {
@@ -17,8 +17,8 @@
      };
     </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.js"></script>
+    <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>
 
     <script type="text/javascript" src="libjs-pz2/pz2api.1.js"></script>
     <script type="text/javascript" src="mkws.js"></script>