Mercurial > hg > webaudioevaluationtool
diff 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 |
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?";