mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-12 19:50:39 +00:00
Add clarification comments
This commit is contained in:
parent
bcb166c21c
commit
5c602ab16f
3 changed files with 7 additions and 3 deletions
layouts/partials
|
@ -57,9 +57,12 @@
|
|||
</script>
|
||||
<script type="module">
|
||||
import { router, navigate } from "https://unpkg.com/million/dist/router.mjs";
|
||||
// SPA navigation for access later
|
||||
window.navigate = navigate;
|
||||
// We only mutate document.title and content within .singlePage element
|
||||
router(".singlePage");
|
||||
const callback = () => {
|
||||
// requestAnimationFrame()
|
||||
const draw = () => {
|
||||
const container = document.getElementById("graph-container");
|
||||
// retry if the graph is not ready
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue