Mercurial > hg > webaudioevaluationtool
comparison apeTool.html @ 1677:57815e764542
Merge and updated bib.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Wed, 22 Apr 2015 11:00:58 +0100 |
parents | 4606baf40165 faa111de3b33 |
children | 55e8ab191227 |
comparison
equal
deleted
inserted
replaced
1641:4606baf40165 | 1677:57815e764542 |
---|---|
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 |