Commit
This commit is contained in:
parent
3debe1cf37
commit
1bd9c5d5dd
@ -30,7 +30,7 @@ function special_events(): string {
|
|||||||
// some browsers (cough cough safari) dont like the live broadcast and so just keeps loading forever
|
// some browsers (cough cough safari) dont like the live broadcast and so just keeps loading forever
|
||||||
window.addEventListener('load', function () {
|
window.addEventListener('load', function () {
|
||||||
radio.innerHTML = `
|
radio.innerHTML = `
|
||||||
<audio controls autoplay preload="none"><source src="<?=url('/radio/hbr1/trance.ogg')?>?` + Date.now() + `" type="audio/ogg"></audio>
|
<audio controls autoplay><source src="<?=url('/radio/hbr1/trance.ogg')?>?` + Date.now() + `" type="audio/ogg"></audio>
|
||||||
`;
|
`;
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user