mirror of
https://github.com/zadam/trilium.git
synced 2026-01-15 11:04:30 +01:00
fix(client): print broken due to lack of query forwarding
; Conflicts: ; apps/client/src/index.html
This commit is contained in:
parent
e47c848ec8
commit
18d701525e
@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
async function setupGlob() {
|
||||
const response = await fetch("./bootstrap");
|
||||
const response = await fetch(`/bootstrap${window.location.search}`);
|
||||
const json = await response.json();
|
||||
|
||||
global = globalThis; /* fixes https://github.com/webpack/webpack/issues/10035 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user