Add prefetch to graph

This commit is contained in:
Aiden Bai 2022-05-27 08:40:00 -07:00
parent bd316d8249
commit efb6c7845f
No known key found for this signature in database
GPG key ID: D37584388675FF3A
3 changed files with 87 additions and 122 deletions

View file

@ -107,7 +107,7 @@
</script>
{{else}}
<script>
window.navigate = (url) => window.location.href = url;
window.Million.navigate = (url) => window.location.href = url;
draw();
</script>
{{end}}