diff 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
line wrap: on
line diff
--- a/index.html	Fri Dec 18 18:26:46 2015 +0000
+++ b/index.html	Fri Dec 18 18:29:57 2015 +0000
@@ -39,8 +39,8 @@
 						url = searchQueries[i][1];
 					}
 				}
+				loadProjectSpec(url);
 			}
-			loadProjectSpec(url);
 		</script>
 	</head>