comparison index.html @ 1429:c06930d14ff7

Added loudness.js to handle loudness detection modules.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 15 Dec 2015 16:02:17 +0000
parents 8147e19de61b
children 43801b3d6131
comparison
equal deleted inserted replaced
1428:0b1643a2dcc4 1429:c06930d14ff7
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>