Mercurial > hg > webaudioevaluationtool
comparison index.html @ 754:a554f64bcba7
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 | 66d732c2bc14 |
children | 8540d153caec |
comparison
equal
deleted
inserted
replaced
753:66d732c2bc14 | 754:a554f64bcba7 |
---|---|
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--> |