Skip to content

Commit

Permalink
Update graph.js
Browse files Browse the repository at this point in the history
  • Loading branch information
imaitland authored Feb 6, 2024
1 parent cbe966a commit f724103
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f724103

Please sign in to comment.