Mercurial > hg > webaudioevaluationtool
comparison apeTool.html @ 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 | e1f00361326d |
children | 2b9bcac771a8 375410a5571d |
comparison
equal
deleted
inserted
replaced
1686:f704bb857beb | 1687:8c942feff9aa |
---|---|
16 <link rel='stylesheet' type='text/css' href='structure.css'> | 16 <link rel='stylesheet' type='text/css' href='structure.css'> |
17 <!-- Use jQuery hosted from Google CDN --> | 17 <!-- Use jQuery hosted from Google CDN --> |
18 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | 18 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
19 <script src='core.js'></script> | 19 <script src='core.js'></script> |
20 | 20 |
21 <!-- Uncomment the following script for automatic loading of projects --> | |
22 <script> | |
23 url = 'example_eval/project.xml'; //Project XML document location | |
24 loadProjectSpec(url); | |
25 </script> | |
21 | 26 |
22 </head> | 27 </head> |
23 | 28 |
24 <body> | 29 <body> |
25 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> | 30 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> |