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:
parent
ce146eab8a
commit
c0d3dbf0e4
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user