From 8d092a3a4aca9561f3ac852e01518f48c8ef68fe Mon Sep 17 00:00:00 2001
From: Aiden Bai <aiden.bai05@gmail.com>
Date: Tue, 03 May 2022 16:22:51 +0000
Subject: [PATCH] Remove unnecessary 'url' argument in graph.html

---
 assets/js/graph.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/assets/js/graph.js b/assets/js/graph.js
index c32035d..e92f7db 100644
--- a/assets/js/graph.js
+++ b/assets/js/graph.js
@@ -1,5 +1,4 @@
 async function drawGraph(
-  _url,
   baseUrl,
   pathColors,
   depth,

--
Gitblit v1.10.0