diff --git a/static/js/app/main.js b/static/js/app/main.js index 436c11a1..c2c123fa 100644 --- a/static/js/app/main.js +++ b/static/js/app/main.js @@ -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}`;