Mercurial > hg > webaudioevaluationtool
diff 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 |
line wrap: on
line diff
--- a/index.html Wed Jul 01 10:21:52 2015 +0100 +++ b/index.html Wed Jul 01 11:11:20 2015 +0100 @@ -25,7 +25,8 @@ </script> <!-- Uncomment the following script for automatic loading of projects --> <script> - url = '/pseudo.xml'; //Project XML document location + //url = '/pseudo.xml'; //Project XML document location + url = 'example_eval/project.xml'; loadProjectSpec(url); </script>