reorder JS
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 13 Jun 2013 13:23:31 +0000 (13:23 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 13 Jun 2013 13:23:31 +0000 (13:23 +0000)
experiments/spdemo/index.html

index 75e771e..fea24dc 100644 (file)
@@ -7,13 +7,13 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Pazpar2 demo client</title>
   <link rel="stylesheet" href="styles.css"></link>
+  <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
 
   <!-- pre configure -->
   <script type="text/javascript">
     var useServiceProxy = true;
   </script>
 
-  <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
   <script type="text/javascript" src="pz2.js"></script>
   <script type="text/javascript" src="example_client.js"></script>