mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
clean package.json and repair code style (#2411)
* clean package.json and repair code style * update css style * repair bug
This commit is contained in:
committed by
Daniel Pan
parent
3ab4cbff4f
commit
3a67d78016
@@ -39,7 +39,6 @@ class FileHistory extends React.Component {
|
||||
|
||||
|
||||
onHistoryItemClick = (item, preCommitID)=> {
|
||||
let _this = this;
|
||||
let objID = item.rev_file_id;
|
||||
let downLoadURL = URLDecorator.getUrl({type: 'download_historic_file', filePath: filePath, objID: objID});
|
||||
let downLoadURL1 = URLDecorator.getUrl({type: 'download_historic_file', filePath: filePath, objID: preCommitID});
|
||||
|
Reference in New Issue
Block a user