mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-21 12:52:17 +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 });
|
||||
} else {
|
||||
console.Warn('Theme song container not found');
|
||||
console.log("No music container here.");
|
||||
}
|
||||
});
|
||||
</script>
|
Loading…
Reference in a new issue