mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 09:05:39 +00:00
bugfix: PageTitle works again (#236)
This commit is contained in:
@@ -294,7 +294,7 @@ function changeDirectory (selected) {
|
||||
const title = document.querySelector('h1')
|
||||
title.innerHTML = ''
|
||||
|
||||
const rootLink = createDirectoryBreadcrumb('OliveTin', null)
|
||||
const rootLink = createDirectoryBreadcrumb(window.pageTitle, null)
|
||||
title.appendChild(rootLink)
|
||||
|
||||
for (const dir of window.directoryNavigation) {
|
||||
|
||||
Reference in New Issue
Block a user