comparison index.html @ 650:ce3d4d6d01b8 Dev_main

Major updates. Specification Nodes now own file (specification.js). Updating Analysis to allow filtering based on survey responses.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 31 Mar 2016 13:31:42 +0100
parents d7b1b270c13a
children
comparison
equal deleted inserted replaced
649:d1c58546814c 650:ce3d4d6d01b8
14 14
15 <!-- Load up the default core JS and CSS files--> 15 <!-- Load up the default core JS and CSS files-->
16 <link rel='stylesheet' type='text/css' href='core.css'> 16 <link rel='stylesheet' type='text/css' href='core.css'>
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 type="text/javascript" src="jquery-2.1.4.js"></script>
20 <script src='core.js'></script> 20 <script type="text/javascript" src='specification.js'></script>
21 <script src='loudness.js'></script> 21 <script type="text/javascript" src='core.js'></script>
22 <script src='xmllint.js'></script> 22 <script type="text/javascript" src='loudness.js'></script>
23 <script src='WAVE.js'></script> 23 <script type="text/javascript" src='xmllint.js'></script>
24 <script type="text/javascript" src='WAVE.js'></script>
24 <script type="text/javascript"> 25 <script type="text/javascript">
25 // SEARCH QUERY: By using the GET Request option ?url=loca/path/to/project.xml in the URL bar, you can load a project quickly 26 // SEARCH QUERY: By using the GET Request option ?url=loca/path/to/project.xml in the URL bar, you can load a project quickly
26 if (window.location.search.length != 0) 27 if (window.location.search.length != 0)
27 { 28 {
28 var search = window.location.search.split('?')[1]; 29 var search = window.location.search.split('?')[1];