Merge pull request #264 from EdouardVanbelle/fix/hash-url

This commit is contained in:
Dionisio Pozo
2026-04-05 10:09:54 +02:00
committed by GitHub
+1 -1
View File
@@ -253,7 +253,7 @@ function updateHistory( insertHistory) {
if (app.currentSection === 'files' && app.currentFolderInfo !== null) {
historyData.id = app.currentFolder;
historyUrl = historyUrl.concat('/', app.currentFolderInfo.id);
historyUrl = historyUrl.concat('/folder/', app.currentFolderInfo.id);
// update title
document.title = `OxiCloud: ${app.currentFolderInfo.path}`;