Mercurial > hg > webaudioevaluationtool
diff apeTool.html @ 1668:18566b250b97
Bug fix: Randomisation causes system not to load new audio elements when progressing through pages
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 20 Apr 2015 18:50:06 +0100 |
parents | c71b75f48752 |
children | f602b19b20fd |
line wrap: on
line diff
--- a/apeTool.html Sat Apr 18 15:36:10 2015 +0100 +++ b/apeTool.html Mon Apr 20 18:50:06 2015 +0100 @@ -33,7 +33,7 @@ </script> <!-- Uncomment the following script for automatic loading of projects --> <script> - url = 'example_eval/project.xml'; //Project XML document location + url = 'example_eval/project2.xml'; //Project XML document location loadProjectSpec(url); </script>