Mercurial > hg > webaudioevaluationtool
diff index.html @ 205:06b253e9b394
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 | 300d4f58f2b4 |
children | 32e16bf9303a |
line wrap: on
line diff
--- a/index.html Wed Jun 10 10:13:45 2015 +0100 +++ b/index.html Fri Jun 12 12:01:14 2015 +0100 @@ -25,7 +25,7 @@ </script> <!-- Uncomment the following script for automatic loading of projects --> <script> - url = 'example_eval/project.xml'; //Project XML document location + url = 'example_eval/RealismEvaluation.xml'; //Project XML document location loadProjectSpec(url); </script>