# HG changeset patch # User Nicholas Jillings # Date 1450463397 0 # Node ID 7fba5afe041e2584fe26ed5062fae9ffaf158a69 # Parent 1e85294554fe05508c2c784eb010f79a0b5ce2d6 Will attempt to load XML only if url is set diff -r 1e85294554fe -r 7fba5afe041e index.html --- 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);