Skip to content

Commit c46279b

Browse files
authored
Update script.js
1 parent 07ac8b9 commit c46279b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4262,12 +4262,12 @@ Options -Indexes
42624262
if (globalThis.localStorage.getItem("tables-created") !== "true") showLoader();
42634263
preFormatThead();
42644264

4265+
await loadWebsiteDependencies();
42654266
const {default: libreblog} = await import ("../libreblog/libreblog.js");
42664267
globalThis.lb = libreblog;
42674268
const {default: defaultTheme} = await import ("../themes/default-theme.js");
42684269
globalThis.default_theme = defaultTheme;
42694270

4270-
await loadWebsiteDependencies();
42714271
await globalThis.lb.createMediaWorker();
42724272
await globalThis.lb.importModules();
42734273
await globalThis.lb.startDb();

0 commit comments

Comments
 (0)