Remove unnecessary 'url' param in drawGraph
This commit is contained in:
parent
7a80cc0510
commit
8d105ce68f
@ -1,5 +1,4 @@
|
|||||||
async function drawGraph(
|
async function drawGraph(
|
||||||
_url,
|
|
||||||
baseUrl,
|
baseUrl,
|
||||||
pathColors,
|
pathColors,
|
||||||
depth,
|
depth,
|
||||||
|
@ -75,7 +75,6 @@
|
|||||||
container.textContent = "";
|
container.textContent = "";
|
||||||
|
|
||||||
drawGraph(
|
drawGraph(
|
||||||
{{strings.TrimRight "/" .Page.Permalink}},
|
|
||||||
{{strings.TrimRight "/" .Site.BaseURL}},
|
{{strings.TrimRight "/" .Site.BaseURL}},
|
||||||
{{$.Site.Data.graphConfig.paths}},
|
{{$.Site.Data.graphConfig.paths}},
|
||||||
{{$.Site.Data.graphConfig.depth}},
|
{{$.Site.Data.graphConfig.depth}},
|
||||||
|
Loading…
Reference in New Issue
Block a user