mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +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 parentPath = this.filePath.substring(0, this.filePath.lastIndexOf('/'));
|
||||||
let libName = encodeURIComponent(repoName);
|
let libName = encodeURIComponent(repoName);
|
||||||
let path = Utils.encodePath(parentPath);
|
let path = Utils.encodePath(parentPath);
|
||||||
return this.serviceUrl + '/library/' + this.repoID + '/' + libName + path + '/';
|
return this.serviceUrl + '/library/' + this.repoID + '/' + libName + path;
|
||||||
}
|
}
|
||||||
|
|
||||||
_getImageURL(fileName) {
|
_getImageURL(fileName) {
|
||||||
|
Reference in New Issue
Block a user