diff options
author | Nate Buttke <nate-web@riseup.net> | 2023-08-13 01:17:48 -0700 |
---|---|---|
committer | Nate Buttke <nate-web@riseup.net> | 2023-08-13 01:17:48 -0700 |
commit | e6d7296cfe1a9b87c128a0b5c51f97408a876cfc (patch) | |
tree | 5816ecccc853cc04fbcff75c3bfc02ca85ba4ac8 /frontend | |
parent | b2fbd3a758ad2c529f2b334656c081fcb072c29e (diff) |
temporary fix to crazy file navigation
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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(()=>{ |