Mercurial > hg > webaudioevaluationtool
changeset 1687:8c942feff9aa
Automatic loading of project from HTML
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 24 Mar 2015 15:07:11 +0000 |
parents | f704bb857beb |
children | a449b8cdfb31 |
files | apeTool.html |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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>