Merge branch 'stable'

This commit is contained in:
zadam
2019-12-03 22:52:37 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,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/";