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

update-jump-url (#2927)

This commit is contained in:
C_Q
2019-02-11 15:10:57 +08:00
committed by Daniel Pan
parent b9144de687
commit 1a78c81309

View File

@@ -78,7 +78,7 @@ class EditorUtilities {
let parentPath = this.filePath.substring(0, this.filePath.lastIndexOf('/'));
let libName = encodeURIComponent(repoName);
let path = Utils.encodePath(parentPath);
return this.serviceUrl + '/library/' + this.repoID + '/' + libName + path + '/';
return this.serviceUrl + '/library/' + this.repoID + '/' + libName + path;
}
_getImageURL(fileName) {