Mercurial > hg > webaudioevaluationtool
comparison apeTool.html @ 691:06fbaccf3b58
Merge and updated bib.
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Wed, 22 Apr 2015 11:00:58 +0100 |
parents | 640a8d827e48 f602b19b20fd |
children | 55e8ab191227 |
comparison
equal
deleted
inserted
replaced
655:640a8d827e48 | 691:06fbaccf3b58 |
---|---|
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/project2.xml'; //Project XML document location | 36 url = 'example_eval/project.xml'; //Project XML document location |
37 loadProjectSpec(url); | 37 loadProjectSpec(url); |
38 </script> | 38 </script> |
39 | 39 |
40 </head> | 40 </head> |
41 | 41 |