diff options
Diffstat (limited to 'frontend/index.html')
-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(()=>{ |