Use four separate <script> includes instead of mkws-complete.js
authorMike Taylor <mike@indexdata.com>
Mon, 16 Dec 2013 16:03:42 +0000 (16:03 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 16 Dec 2013 16:03:42 +0000 (16:03 +0000)
examples/htdocs/mike.html

index 94e700f..00204dd 100644 (file)
       // See also the Apache2 RewriteRule needed to make this work:
       // http://example.indexdata.com/apache-config.txt
     </script>
-    <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws-complete.js"></script>
+    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
+    <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v1.1.2.js"></script>
+    <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
+    <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
   </head>
   <body>
     <div id="mkwsSwitch"></div>