load main theme faster
This commit is contained in:
parent
ac123f16fb
commit
9bbd44a557
1 changed files with 1 additions and 1 deletions
2
rot.js
2
rot.js
|
@ -120,7 +120,7 @@
|
||||||
|
|
||||||
let pageImage = document.querySelector('meta[name="pageImage"]')?.content || document.getElementById("pageImage")?.getAttribute("href");
|
let pageImage = document.querySelector('meta[name="pageImage"]')?.content || document.getElementById("pageImage")?.getAttribute("href");
|
||||||
setImage(pageImage);
|
setImage(pageImage);
|
||||||
}, 1000);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
function applyUserTheme() {
|
function applyUserTheme() {
|
||||||
|
|
Loading…
Reference in a new issue