1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-25 07:41:30 +00:00

Add prefetch to graph

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