Mercurial > hg > webaudioevaluationtool
diff apeTool.html @ 6:8d9fd0ba13e3
Automatic loading of project from HTML
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Tue, 24 Mar 2015 15:07:11 +0000 |
parents | d7d1aa6d3558 |
children | 2b9bcac771a8 375410a5571d |
line wrap: on
line diff
--- a/apeTool.html Tue Mar 24 15:02:15 2015 +0000 +++ b/apeTool.html Tue Mar 24 15:07:11 2015 +0000 @@ -18,6 +18,11 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src='core.js'></script> + <!-- Uncomment the following script for automatic loading of projects --> + <script> + url = 'example_eval/project.xml'; //Project XML document location + loadProjectSpec(url); + </script> </head>