comparison index.html @ 407:a457b56ee928 Dev_main

Added loudness.js to handle loudness detection modules.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 15 Dec 2015 16:02:17 +0000
parents 96a6cea228b3
children cbd4d1ea429a
comparison
equal deleted inserted replaced
402:db353cc479b8 407:a457b56ee928
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 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 type="text/javascript"> 22 <script type="text/javascript">
22 window.onbeforeunload = function() { 23 window.onbeforeunload = function() {
23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; 24 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?";
24 }; 25 };
25 </script> 26 </script>