comparison index.html @ 1119:24532dd76263

Updated XSD for setup. APE example now validates (note IDs).
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 23 Dec 2015 17:17:36 +0000
parents 3edcbbea168b
children c75d2ac7f45e
comparison
equal deleted inserted replaced
1118:3edcbbea168b 1119:24532dd76263
17 <!-- Use jQuery hosted from Google CDN --> 17 <!-- Use jQuery hosted from Google CDN -->
18 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> 18 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
19 <script src="jquery-2.1.4.js"></script> 19 <script src="jquery-2.1.4.js"></script>
20 <script src='core.js'></script> 20 <script src='core.js'></script>
21 <script src='loudness.js'></script> 21 <script src='loudness.js'></script>
22 <script src='xmllint.js'></script>
22 <script type="text/javascript"> 23 <script type="text/javascript">
23 // SEARCH QUERY: By using the GET Request option ?url=loca/path/to/project.xml in the URL bar, you can load a project quickly 24 // SEARCH QUERY: By using the GET Request option ?url=loca/path/to/project.xml in the URL bar, you can load a project quickly
24 if (window.location.search.length != 0) 25 if (window.location.search.length != 0)
25 { 26 {
26 var search = window.location.search.split('?')[1]; 27 var search = window.location.search.split('?')[1];