diff 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
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>