Skip to content

Commit

Permalink
Remove unnecessary 'url' param in drawGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed May 3, 2022
1 parent 9d3bbd6 commit 3c660dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion assets/js/graph.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
async function drawGraph(
_url,
baseUrl,
pathColors,
depth,
Expand Down
1 change: 0 additions & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
container.textContent = "";

drawGraph(
{{strings.TrimRight "/" .Page.Permalink}},
{{strings.TrimRight "/" .Site.BaseURL}},
{{$.Site.Data.graphConfig.paths}},
{{$.Site.Data.graphConfig.depth}},
Expand Down

0 comments on commit 3c660dd

Please sign in to comment.