comparison index.html @ 1391:7fba5afe041e

Will attempt to load XML only if url is set
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 18 Dec 2015 18:29:57 +0000
parents 1e85294554fe
children 8540d153caec
comparison
equal deleted inserted replaced
1390:1e85294554fe 1391:7fba5afe041e
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-->