comparison apeTool.html @ 58:c23050ad945a Dev_main

Bug fix: Randomisation causes system not to load new audio elements when progressing through pages
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Mon, 20 Apr 2015 18:50:06 +0100
parents 83198a86b3bc
children c943465de196
comparison
equal deleted inserted replaced
57:086a10f85fde 58:c23050ad945a
31 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; 31 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?";
32 }; 32 };
33 </script> 33 </script>
34 <!-- Uncomment the following script for automatic loading of projects --> 34 <!-- Uncomment the following script for automatic loading of projects -->
35 <script> 35 <script>
36 url = 'example_eval/project.xml'; //Project XML document location 36 url = 'example_eval/project2.xml'; //Project XML document location
37 loadProjectSpec(url); 37 loadProjectSpec(url);
38 </script> 38 </script>
39 39
40 </head> 40 </head>
41 41