mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 17:02:47 +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
@@ -14,7 +14,7 @@ class URLDecorator {
|
||||
url = fileServerRoot + 'zip/' + options.token;
|
||||
break;
|
||||
case 'download_file_url':
|
||||
url = siteRoot + 'lib/' + options.repoID + "/file" + encodePath(options.filePath) + "?dl=1";
|
||||
url = siteRoot + 'lib/' + options.repoID + '/file' + encodePath(options.filePath) + '?dl=1';
|
||||
break;
|
||||
default:
|
||||
url = '';
|
||||
|
Reference in New Issue
Block a user