Mercurial > hg > webaudioevaluationtool
diff index.html @ 792:7b522c145516
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 | 519baf8648a9 |
children | 43801b3d6131 |
line wrap: on
line diff
--- a/index.html Fri Dec 11 18:32:32 2015 +0000 +++ b/index.html Tue Dec 15 16:02:17 2015 +0000 @@ -18,6 +18,7 @@ <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> <script src="jquery-2.1.4.js"></script> <script src='core.js'></script> + <script src='loudness.js'></script> <script type="text/javascript"> window.onbeforeunload = function() { return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?";