mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
file history page rewrite
This commit is contained in:
@@ -66,6 +66,7 @@ export const historyRepoID = window.fileHistory ? window.fileHistory.pageOptions
|
||||
export const repoName = window.fileHistory ? window.fileHistory.pageOptions.repoName : '';
|
||||
export const filePath = window.fileHistory ? window.fileHistory.pageOptions.filePath : '';
|
||||
export const fileName = window.fileHistory ? window.fileHistory.pageOptions.fileName : '';
|
||||
export const useNewAPI = window.fileHistory ? window.fileHistory.pageOptions.use_new_api : '';
|
||||
|
||||
// Draft review
|
||||
export const draftFilePath = window.draft ? window.draft.config.draftFilePath: '';
|
||||
|
Reference in New Issue
Block a user