mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
small refactorings and fixes
This commit is contained in:
@@ -117,7 +117,7 @@ function getUrlForDownload(url) {
|
||||
return `${getHost()}/${url}`;
|
||||
}
|
||||
else {
|
||||
// web server can be deployed on subdomain, so we need to use relative path
|
||||
// web server can be deployed on subdomain, so we need to use a relative path
|
||||
return url;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user