Mercurial > hg > webaudioevaluationtool
comparison index.html @ 1029:5a1313f44e93
Fixed bug where element comments disabled caused crash on page saving.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Fri, 12 Jun 2015 12:01:14 +0100 |
parents | 4a0bfa7bef24 |
children | d4eecacc6558 |
comparison
equal
deleted
inserted
replaced
1028:aca24f269c56 | 1029:5a1313f44e93 |
---|---|
23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; | 23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; |
24 }; | 24 }; |
25 </script> | 25 </script> |
26 <!-- Uncomment the following script for automatic loading of projects --> | 26 <!-- Uncomment the following script for automatic loading of projects --> |
27 <script> | 27 <script> |
28 url = 'example_eval/project.xml'; //Project XML document location | 28 url = 'example_eval/RealismEvaluation.xml'; //Project XML document location |
29 loadProjectSpec(url); | 29 loadProjectSpec(url); |
30 </script> | 30 </script> |
31 | 31 |
32 </head> | 32 </head> |
33 | 33 |