mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 19:37:28 +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
@@ -1,4 +1,4 @@
|
||||
import { slug, repoID, siteRoot, historyRepoID } from '../components/constants';
|
||||
import { slug, repoID, historyRepoID } from '../components/constants';
|
||||
import { seafileAPI } from './seafile-api';
|
||||
|
||||
class EditorUtilities {
|
||||
@@ -116,7 +116,7 @@ class EditorUtilities {
|
||||
}
|
||||
|
||||
cancelZipTask(zip_token) {
|
||||
return seafileAPI.cancelZipTask(zip_token)
|
||||
return seafileAPI.cancelZipTask(zip_token);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user