Mercurial > hg > webaudioevaluationtool
comparison index.html @ 2384:2ddc68898dff
Fix for #81. Browsers which cannot start a Web Audio context will fail with a message listing supported browsers
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Fri, 20 May 2016 14:04:36 +0100 |
parents | 6897339ac651 |
children | 8be11a6d8b59 |
comparison
equal
deleted
inserted
replaced
2383:8696696f3a79 | 2384:2ddc68898dff |
---|---|
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='css/core.css'> | 16 <link rel='stylesheet' type='text/css' href='css/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 type="text/javascript" src="js/jquery-2.1.4.js"></script> | 19 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> |
20 <script type="text/javascript" src='js/specification.js'></script> | 20 <script type="text/javascript" src="js/loader.js"></script> |
21 <script type="text/javascript" src='js/core.js'></script> | |
22 <script type="text/javascript" src='js/loudness.js'></script> | |
23 <script type="text/javascript" src='js/xmllint.js'></script> | |
24 <script type="text/javascript" src='js/WAVE.js'></script> | |
25 </head> | 21 </head> |
26 | 22 |
27 <body> | 23 <body> |
28 <div id='topLevelBody'> | 24 <div id='topLevelBody'> |
29 <h1>Web Audio Evaluation Tool</h1> | 25 <h1>Web Audio Evaluation Tool</h1> |