summaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
authorNate Buttke <nate-web@riseup.net>2023-08-13 01:17:48 -0700
committerNate Buttke <nate-web@riseup.net>2023-08-13 01:17:48 -0700
commite6d7296cfe1a9b87c128a0b5c51f97408a876cfc (patch)
tree5816ecccc853cc04fbcff75c3bfc02ca85ba4ac8 /frontend/index.html
parentb2fbd3a758ad2c529f2b334656c081fcb072c29e (diff)
temporary fix to crazy file navigation
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html2
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(()=>{