diff --git a/js/graph.js b/js/graph.js index 4d4eb85..e7f27f9 100644 --- a/js/graph.js +++ b/js/graph.js @@ -88,11 +88,6 @@ const Graph = ForceGraph()(document.getElementById("graph")) "https://photos.google.com/share/AF1QipPgG8AHI2l56B7gtrN2GKYQjrJW05wOy1GPVqAGj2eR-RtTuoRFTFdCSN0Z13Zryw?key=U0VsTGFNSkM5VVBOeVFOajg4RXpRNFc2Q25KV1RR", "_blank" ); - } else if (node.id == "fourier") { - window.open( - "https://imaitland.github.io/fourier", - "_blank" - ); } else { window.location.href = node.id; }