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
|
//Theme application
|
||||||
function applyMainTheme() {
|
function applyMainTheme() {
|
||||||
console.log("Applying main theme");
|
console.log("Applying main theme");
|
||||||
|
setMusic(null);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
let pageMusic = document.querySelector('meta[name="pageMusic"]')?.content || document.getElementById("pageMusic")?.getAttribute("href");
|
let pageMusic = document.querySelector('meta[name="pageMusic"]')?.content || document.getElementById("pageMusic")?.getAttribute("href");
|
||||||
setMusic(pageMusic);
|
setMusic(pageMusic);
|
||||||
|
|
Loading…
Reference in a new issue