We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ac8b9 commit c46279bCopy full SHA for c46279b
1 file changed
js/script.js
@@ -4262,12 +4262,12 @@ Options -Indexes
4262
if (globalThis.localStorage.getItem("tables-created") !== "true") showLoader();
4263
preFormatThead();
4264
4265
+ await loadWebsiteDependencies();
4266
const {default: libreblog} = await import ("../libreblog/libreblog.js");
4267
globalThis.lb = libreblog;
4268
const {default: defaultTheme} = await import ("../themes/default-theme.js");
4269
globalThis.default_theme = defaultTheme;
4270
- await loadWebsiteDependencies();
4271
await globalThis.lb.createMediaWorker();
4272
await globalThis.lb.importModules();
4273
await globalThis.lb.startDb();
0 commit comments