fix CSS loading from subdomain, #741

This commit is contained in:
zadam
2019-12-03 22:13:02 +01:00
parent 761c51069a
commit b0310e34e2
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ window.onerror = function (msg, url, lineNo, columnNo, error) {
};
for (const appCssNoteId of window.appCssNoteIds) {
cssLoader.requireCss(`/api/notes/download/${appCssNoteId}`);
cssLoader.requireCss(`api/notes/download/${appCssNoteId}`);
}
const wikiBaseUrl = "https://github.com/zadam/trilium/wiki/";