1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-21 00:15:26 +00:00

optimize code (#5485)

This commit is contained in:
杨顺强 2023-05-22 18:26:56 +08:00 committed by GitHub
parent ce146eab8a
commit c0d3dbf0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ window.seafile = {
historyURL: Utils.generateHistoryURL(siteRoot, repoID, docPath), historyURL: Utils.generateHistoryURL(siteRoot, repoID, docPath),
parentFolderURL: `${siteRoot}library/${repoID}/${Utils.encodePath(repoName + parentDir)}`, parentFolderURL: `${siteRoot}library/${repoID}/${Utils.encodePath(repoName + parentDir)}`,
assetsUrl, assetsUrl,
isShowInternalLink: true,
}; };
ReactDom.render( ReactDom.render(