remove print statement oops
This commit is contained in:
parent
5a5098ad11
commit
75b3ed1520
1 changed files with 0 additions and 1 deletions
1
rot.js
1
rot.js
|
@ -137,7 +137,6 @@ waitUntil("#music-mute").then((box) => {
|
|||
function applySpecialTheme() {
|
||||
setTimeout(() => {
|
||||
let pageMusic = document.querySelector('meta[name="pageMusic"]')?.content || document.getElementById("pageMusic")?.getAttribute("href");
|
||||
console.log(pageMusic);
|
||||
setMusic(pageMusic);
|
||||
playMusic();
|
||||
|
||||
|
|
Loading…
Reference in a new issue