From e6d7296cfe1a9b87c128a0b5c51f97408a876cfc Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Sun, 13 Aug 2023 01:17:48 -0700 Subject: temporary fix to crazy file navigation --- frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/index.html b/frontend/index.html index f0284eb..22c142c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -84,7 +84,7 @@ text = ""; } $("#main").html(text); - $("#main-title").html(res['parents'] + "/" + res['current']); + $("#main-title").html(res['current']); hljs.highlightAll(); $("#talk-button").click(()=>{ -- cgit v1.2.3