1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

update repo history setting

This commit is contained in:
ilearnit
2018-12-17 08:58:43 +00:00
parent 3b4b1e9afe
commit 3edb83ee9f
4 changed files with 12 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ export const shareLinkExpireDaysMax = window.app.pageOptions.shareLinkExpireDays
export const maxFileName = window.app.pageOptions.maxFileName;
export const enableWiki = window.app.pageOptions.enableWiki;
export const enableEncryptedLibrary = window.app.pageOptions.enableEncryptedLibrary === '1';
export const enableRepoHistorySetting = window.app.pageOptions.enableRepoHistorySetting === '1';
// wiki
export const slug = window.wiki ? window.wiki.config.slug : '';