Add prefetch to graph

This commit is contained in:
Aiden Bai
2022-05-27 08:40:00 -07:00
parent 0978df58f7
commit c1b8d1965b
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}}