mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-22 05:02:18 +00:00
exit quietly if theme-song
container isn't present
This commit is contained in:
parent
0535d58b2b
commit
af569eaadf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
});
|
});
|
||||||
observer.observe(themeSongContainer, { childList: true });
|
observer.observe(themeSongContainer, { childList: true });
|
||||||
} else {
|
} else {
|
||||||
console.Warn('Theme song container not found');
|
console.log("No music container here.");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
Loading…
Reference in a new issue