Mercurial > hg > webaudioevaluationtool
comparison index.html @ 431:4e5a5a10525f Dev_main
Will attempt to load XML only if url is set
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Fri, 18 Dec 2015 18:29:57 +0000 |
parents | 9bf8ecbcdc8a |
children | cb2132a83247 |
comparison
equal
deleted
inserted
replaced
429:9bf8ecbcdc8a | 431:4e5a5a10525f |
---|---|
37 if (searchQueries[i][0] == "url") | 37 if (searchQueries[i][0] == "url") |
38 { | 38 { |
39 url = searchQueries[i][1]; | 39 url = searchQueries[i][1]; |
40 } | 40 } |
41 } | 41 } |
42 loadProjectSpec(url); | |
42 } | 43 } |
43 loadProjectSpec(url); | |
44 </script> | 44 </script> |
45 </head> | 45 </head> |
46 | 46 |
47 <body> | 47 <body> |
48 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> | 48 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> |