stop main theme quickly
This commit is contained in:
parent
b79a921932
commit
ac123f16fb
1 changed files with 1 additions and 0 deletions
1
rot.js
1
rot.js
|
@ -112,6 +112,7 @@
|
|||
//Theme application
|
||||
function applyMainTheme() {
|
||||
console.log("Applying main theme");
|
||||
setMusic(null);
|
||||
setTimeout(() => {
|
||||
let pageMusic = document.querySelector('meta[name="pageMusic"]')?.content || document.getElementById("pageMusic")?.getAttribute("href");
|
||||
setMusic(pageMusic);
|
||||
|
|
Loading…
Reference in a new issue