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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user