fix(url): fix historyUrl serialization

This commit is contained in:
Edouard Vanbelle
2026-04-05 02:11:43 +02:00
parent f0b710e5af
commit a110d281c3
+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}`;