Mercurial > hg > webaudioevaluationtool
comparison index.html @ 252:96a6cea228b3
Bug Fix #1313: Added 404 crash and dump when audioObject cannot obtain URL.
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Wed, 01 Jul 2015 11:11:20 +0100 |
parents | eff3dfc433ae |
children | a457b56ee928 |
comparison
equal
deleted
inserted
replaced
250:f69f7957979b | 252:96a6cea228b3 |
---|---|
23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; | 23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; |
24 }; | 24 }; |
25 </script> | 25 </script> |
26 <!-- Uncomment the following script for automatic loading of projects --> | 26 <!-- Uncomment the following script for automatic loading of projects --> |
27 <script> | 27 <script> |
28 url = '/pseudo.xml'; //Project XML document location | 28 //url = '/pseudo.xml'; //Project XML document location |
29 url = 'example_eval/project.xml'; | |
29 loadProjectSpec(url); | 30 loadProjectSpec(url); |
30 </script> | 31 </script> |
31 | 32 |
32 </head> | 33 </head> |
33 | 34 |