| assets/js/graph.js | ●●●●● patch | view | raw | blame | history |
assets/js/graph.js
@@ -9,7 +9,7 @@ const container = document.getElementById('graph-container') const { index, links, content } = await fetchData const curPage = window.location.href.replace(baseUrl, '').slice(0, -1) const curPage = window.location.href.replace(baseUrl, "").replace(/\/$/g, "") const parseIdsFromLinks = (links) => [ ...new Set(links.flatMap((link) => [link.source, link.target])),